body {
	background-color: #FFFFFF;
}
.standardText {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.standardRedText {
	font-family: Verdana; 
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.grayText {
	font-family: Verdana; 
	font-size: 12px;
	color: #797979;
	font-weight: bold;
}
.smallText {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: none;
}
table.dashed {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
td.contentBody {
	font-family: Verdana; 
	font-size: 12px;
	background: #f2f2f2;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
}
.navigationHeaderText {
	font-family: Verdana; 
	font-size: 15px;
	color: #0072ff;
	font-weight: bold;
}
.headerText {
	font-family: Verdana; 
	font-size: 15px;
	color: #4690f2;
	font-weight: bold;
}
.headerLargeText {
	font-family: Verdana; 
	font-size: 18px;
	color: #4690f2;
	font-weight: bold;
}
A.navigationLink:link {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A.navigationLink:visited {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A.navigationLink:active {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A.navigationLink:hover {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.standardLink {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
}
A.standardLink:link {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A.standardLink:visited {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A.standardLink:active {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A.standardLink:hover {
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
td.navigationMain {
	font-family: Verdana; 
	font-size: 12px;
	background: #4690f2;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	padding: 3px;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
}
td.mainBody {
	background: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #b0b0b0;
	font-family: Verdana; 
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	
}
td.navigationSub {
	font-family: Verdana; 
	font-size: 12px;
	background: #e9e9e9;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding: 1px;
	margin-right:5px;
}





#pages ul {
	list-style-type: none;
	margin-left:0px;
	padding:0px;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #4690f2;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}
#pages li a:hover {
	color: #FFF;
	background: #4690f2;
	border: 1px solid #4690f2;
}
#pages li.nolink {
	color: #000000;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #4690f2;
	padding: 4px;
	background: #4690f2;
}

