/*
* { 
margin: 0; 
padding: 0; 
}
*/

.main {
		  font-family: Verdana; 
		  font-size: 12px; 
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: normal; 
}

.justify {text-align:justify;}
.purple {color: #492F91;}
.black {color: #454849;}
.limegreen {color: #E3FF9A;}
.midiblue {color: #72B5DE;}
.bluebg {background-color: #DCEDF7;}
.whitebg {background-color: #FFFFFF;}
.bold {font-style: bold;}

.copyright {
		font-family: Arial;
		font-size: 9px;
		width: 615px;
		text-align: right;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thumbborders {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height:72px;
	width:72px;
}
.subnavborders {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.borders {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

a.nav:link {
color:#492F91;
font-size:11px;
text-decoration:none;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
a.nav:visited {
color:#492F91;
font-size:11px;
text-decoration:none;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
a.nav:hover {
color:black;
font-size:11px;
text-decoration:none;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

a.returnto:link {
color:#72B5DE;
font-size:11px;
text-decoration:none;
}
a.returnto:visited {
color:#72B5DE;
font-size:11px;
text-decoration:none;
}
a.returnto:hover {
color:#492F91;
font-size:11px;
text-decoration:none;
}

.show{
display: block;
}
.hide{
display: none;
}




