@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/pagebg.gif) repeat-y 50% 0;
}

.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
.rightbrd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.leftbrd {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.bottombrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #3C58A2;
	text-decoration: none;
}
.headergraytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
.smallesttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}

A:link { 		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #567FE9;
	text-decoration: none;

 }
A:visited { 		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #567FE9;
	text-decoration: none;

 }
A:active { 			
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #567FE9;
	text-decoration: none;

 }
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #A7CCFF;
	text-decoration: none;

 }

