body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8591a9;
	

	color:#000000;
}
.smalltext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

.mytextlink
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#000000;
}
.mytextlink:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;
}


.form_error_bold
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#FF9900;
	text-decoration: none;
}
.blackfont {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bighead
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left:10px;
}

.graylink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
	text-decoration: underline;
}
.graylink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.redlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #da0000;
	text-decoration: none;
}
.redlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.whitelink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.whitelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.pagename
{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;text-decoration:none;
padding:2px;
color:#000000;
}	
	
.selectedpagenumber
{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;text-decoration:none;
padding:2px;
color:#000000;
}	
.selectedpagenumber:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;text-decoration:none;
padding:2px;
color:#000000;
}	


.nonselectedpagenumber
{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;text-decoration:none;
padding:2px;
color:#000000;
}
.nonselectedpagenumber:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;text-decoration:none;
padding:2px;
background:#ffffff;
color:#000000;
}
.thinlinediv
{
	line-height:1px;
	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#CCCCCC;
}
.imgborder
{
padding:3px;
margin:1px;

border-color:#CCCCCC;
border-style:solid;
border-width:1px;
}
.imgborder:hover
{
padding:3px;
margin:1px;
background-color:#ffffff;
border-style:solid;
border-width:1px;
}




a.boldbuttons{
background: transparent url('images/roundedge-gray-left.jpg') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 30px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-gray-right.jpg') no-repeat top right;
display: block;
padding: 4px 10px 4px 6px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;