@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#535a76;
	font-size: small;	
}
.topTitle {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #535a76;
	display: block;
	text-align: left;
	padding-left: 10px;
}
.topTitlePage{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
p {
	padding-right: 10px;
	padding-left: 10px;

}

a.leftNav:link {
	color: #333a54;
	display: block;
	padding: 5px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;	
}
a.leftNav:visited {
	color: #333a54;
	display: block;
	padding: 5px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;	
}
a.leftNav:hover {
	color: #000000;
	display: block;
	padding: 5px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;	
}

a.leftNavIndent:link {
	color: #545a76;
	display: block;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: small;
}
a.leftNavIndent:visited {
	color: #535a76;
	display: block;
	padding: 5px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	font-size: small;
}
a.leftNavIndent:hover {
	color: #333a54;
	display: block;
	padding: 5px;
	line-height: 14px;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 20px;
	font-size: small;
}


.contentBorder
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC33;
}
.navcellborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9090a8;
}
