/* CSS Document */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0f4276;
	display:block;
	border-bottom:1px solid #c0d0dd;}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#0f4276;
	font-style:italic;}


a:link, a:visited, a:active {
	color: #682234;
	text-decoration: underline;} 

a:hover 	{
	color: red; 
	text-decoration: none;} 

.nav {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-transform:capitalize;
	text-indent:13px;
	border-bottom:1px solid #d2dee3;}
	
.navActive {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-transform:capitalize;
	text-indent:13px;
	border-bottom:1px solid #d2dee3;}

a.nav:link, a.nav:visited, a.nav:active {
	display: block;
	color:#333333;
	line-height: normal;
	padding: 4px;
	text-decoration: none;
	background: url(images/static.gif);
	background-position: center left;
	background-repeat: no-repeat;} 
	
a.navActive:link, a.navActive:visited, a.navActive:active {
	display: block;
	color:#333333;
	line-height: normal;
	padding: 4px;
	text-decoration: none;
	background: #d2e0e9 url(images/static.gif);
	background-position: center left;
	background-repeat: no-repeat;}

a.nav:hover {	
	color:#FFF;
	background: #309DD6 url(images/animated.gif);
	background-position: center left;
	background-repeat: no-repeat;} 

a.navActive:hover {	
	color:#FFF;
	background: #309DD6 url(images/animated.gif);
	background-position: center left;
	background-repeat: no-repeat;} 


.navHeading {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0f4276;
	font-weight:bold;
	border-bottom:1px solid #CCDAE5;
	text-transform:uppercase;
	text-indent:0px;
	padding: 6px 6px 6px 1px;
	/*background-image:url(images/NavHeading.jpg);
	background-repeat:no-repeat;
	background-position:left;*/}

.MainText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;}
	
.Normal {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-bottom:1px solid #CCCCCC}

.NormalHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	border-bottom:1px solid #a3a3a3;
	background-color:#FFFFFF;
	border-top:10px solid #FFFFFF;}
	
.dateIndent{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-left:20px;
	line-height:1.5em;}
	
.dateIndent2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-left:40px;
	line-height:1.5em;
	font-style:italic;}

