/* CSS Document */


body {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #46218B;
	text-decoration: none;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}

.greytext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.lightgreytext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;


}
.standardtextitalic {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	font-style: italic;
}
.largetextboldgrey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	line-height: 15pt;
}

a:link, a:visited, a:active {
	color: #333399;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;

}
a:hover {
	color: #666;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}

.backgroundwhite {
	background-color: #FFFFFF;
}


.border{
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.box_bottom_b{
	background-color: #FFFFFF;
	border-bottom-color: #9999FF;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_b{
	background-color: #FFFFFF;
	border-top-color: #9999ff;
	border-top-style: solid;
	border-top-width: medium;
}
.listbullet1{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.listtick{
	list-style-position: outside;
	list-style-image: url(images/tick.gif);
}
.listcross{
	list-style-position: outside;
	list-style-image: url(images/cross.gif);
}


/* layout -------------------------------------------------------------------------------------- */

#sidenav {
	width: 180px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #999999;
}

.navdivs {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}




/* navgrey ------------------------------------------------------------------------------------------------- */

.navdivs_grey {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	margin-top: 3px;
	width: 180px;
	color: #023188;
	text-decoration: none;
	padding-left: 5px;
}

.navdivs_grey p {
	margin: 0px;
	padding: 0px;	
}

.navdivs_grey a:link, .navdivs_grey a:visited, .navdivs_grey a:active {
	color: #666666;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;

}
.navdivs_grey a:hover {
	color: #000066;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}

.nav_grey_sub {
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
	font-weight: 400;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 5px;

}

.nav_grey{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #999999;
}
