body {
	font-family: Georgia, Arial, Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0;
}

#wrapper {
	vertical-align: top;
	height:100%;
	width: 100%;
	background-color: #FFFFFF;
}

.italic {
	font-style: italic;
}

.red {
	color: red;
}

.redbold {
	color: red;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.bolditalic {
    font-style: italic;
    font-weight: bold;
}

table, td, select, input, textarea {
	font-size: 12px;
}


.header {
	font-size: 16px;
	color: #77638E;
	font-weight: bold;
}

.header_sm {
	font-size: 12px;
	color: #77638E;
	font-weight: bold;
}

a.skip {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 8px;
}

a.skip:hover {
	color: #FFFFFF;
	font-size: 8px;
	text-decoration: none;
	background-color: #FFFFFF;
}

.topnavbar {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #77638E;
}

a.topnavbar {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #77638E;
}

a.topnavbar:hover {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #77638E;
	text-decoration: underline;
}

.bottomnav {
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #000000;
}

a.bottomnav {
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

a.bottomnav:hover {
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

a {
	color: #77638E;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	background-color: #E0D8E6;
}

.smlink{
	color: #77638E;
	font-size: 10px;
	text-decoration: underline;
}

a.smlink:hover{
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
	background-color: #E0D8E6;
}

.smtext{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}	

.fineprintgray {
	font-size: 9px;
	font-style: normal;
	color: #666666;
}

#quicklinks {
	width: 100%;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: none;
	background-color: #FBF7EE;
	text-align: left;
}

#quicklinks td {
	padding: 3px;
}

#quicklinks th {
	color: #FFFFFF;
	background-color: #77638E;
	text-align: center;
}

#quicklinks ul {
	list-style-type: square;
	padding: 5px;
	margin: 11px;
	list-style-position: outside;
}

#quicklinks li {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: none;
}

#quicklinks a:link {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: none;
}

#quicklinks a:hover {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: underline;
}

#quicklinks a:visited {
	font-size: 11px;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: none;
}

#ofinterest {
	width: 100%;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: none;
	background-color: #FBF7EE;
	text-align: left;
}

#ofinterest td {
	padding: 3px;
}

#ofinterest th {
	color: #FFFFFF;
	background-color: #77638E;
	text-align: center;
}

#ofinterest ul {
	list-style-type: square;
	padding: 5px;
	margin: 10px;
	list-style-position: outside;
}

#ofinterest li {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: none;
}

#ofinterest a:link {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: none;
}

#ofinterest a:hover {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: underline;
}

#ofinterest a:visited {
	font-size: 11px;
	color: #000000;
	background-color: #FBF7EE;
	text-decoration: none;
}


#navTable {
	line-height: normal;
}
 
#navTable td {
	padding: 3px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
}
 
#navTable th {
	padding: 2px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 20px;
	background-color: #94C5E9;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#navTable a{
text-decoration: none;
color: #77638E;
}

#navTable a:hover{
text-decoration: none;
color: #000000;
}


