img {
border: 0px;
margin: 3px;
vertical-align: middle;

}
body {
	background: #F0F0F0 url(bg.jpg) 0 0 no-repeat fixed;
	font-size:12pt;
	background-position: top right;

}

#content {
border-left:  1px dashed #000;

}

#content a , #content a:visited {
text-decoration: underline;
}

td {
	font-family: sans-serif;
	font-size: 12pt;
}

input , textarea {
	font-size: 12pt;
	border: 1px solid #999;

}

 p,ul,ol {
	color: black;
	font-family: sans-serif;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
	font-family:  sans-serif;
}

#header {
	text-align: left;
	font-weight: bolder;
	text-transform: uppercase;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

h2
{

	font-size: 13pt;
	border-bottom: 1px solid #999;
	font-weight: normal;
	padding-bottom: 0px;
}


.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}


.title {
	color: #000000;
	font-weight: bold;
	
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.small {
	color: #000000;
	font-size: 11pt;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.footer {
	color: #555555;
	font-size: 11pt;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #ff0033;
	text-decoration: underline;
}


 #navcontainer { width: 200px; 
 padding: 5px;
 }

 #navcontainer ul
 {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-size: 12pt;
 font-family: Arial, Helvetica, sans-serif;
 }

 #navcontainer a, #navcontainer a:visited
 {
 color: #FFF;
 text-decoration: none;
 padding-left: 25px;
 padding-top: 5px;
 padding-bottom: 4px;
 display: block;
 width: 160px;
 color: #FFF;
 background-color: #0060A1;
 border-bottom: 1px solid #FFF;
 }


 #navcontainer a:hover
 {
 
 background-image: url(images/bullet.gif);
 background-repeat: no-repeat;
 background-position: 5px 4px;
 background-color: #0060A1;
 }
