/* CSS Document */
.spanstyle { 
          font-size:0.75em; 
		  font-family:Arial, Helvetica, sans-serif;
		  font-weight:bold;
          color:black;
      }
		
.bodystyle {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.82em;
	line-height:140%;
	color:black;
	}
	
a.bodylink {
	color:#660033;
/*	margin-top:-5%;*/
	text-decoration:none;
	font-weight:bold;
}

a.bodylink:hover {
	color:#660033;
/*	margin-top:-5%;*/
	text-decoration:underline;
		font-weight:bold;
}
	
h1 {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	line-height:140%;
	color:black;
	}

h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 0.5em;
	font-weight: normal;
	color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
	font-style: italic;

}

h3 {
            margin: 0em 0em 0em 0em;
            font-family:Arial, Helvetica, sans-serif;
            font-size:0.82em;
            line-height:140%;
            color:black;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color:#660033;
            padding:0px;
}


h5 {
            margin: 0em 0em 0em 0em;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #660033;
            font-family:Arial, Helvetica, sans-serif;
            font-size:0.82em;
            line-height:140%;
            color:black;
            padding:0px;
}
	
.hr { 
	margin-top:-5%;
	margin-bottom:0%;
	margin-left:10px;
	padding: 0px;
/*	height: 0px;*/
	border-bottom: 2px dotted #BCBCBC;
} 
	
a.leftnavlink {
	color:#660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.82em;
	line-height: 125%;
	text-decoration:none;
	font-weight: bold;

}

a.leftnavlink:hover {
	color:#000000;
/*	margin-top:-5%;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.82em;
	line-height: 125%;
	text-decoration:underline;
}
	
ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.82em;
	line-height: 140%;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.82em;
	line-height: 140%;
}	
ul ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 140%;
}

ul ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 140%;
}
a.button, a.button:visited{
	background-color:#eeeeee;
	border:solid thin #eeeeee;
	color:#000000;
	padding:1px 5px;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-size:0.82em;
}	
a.button:hover{
	background-color:#eeeeee;
	border:solid thin #FFCC00;
	color:#000000;
	text-decoration:none;
	padding:1px 5px;
	font-family:Arial, sans-serif;
	font-size:0.82em;
}
a.button:active{
	background-color:#dddddd;
	border:inset thin #3399FF;
	color:#000000;
	text-decoration:none;
	padding:1px 5px;
	font-family:Arial, sans-serif;
	font-size:0.82em;
}	
.footer {
	color:#CCCCCC;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.65em;
	line-height: 140%;
	}
	
a.footerlink {
	color:#CCCCCC;
/*	margin-top:-5%;*/
	text-decoration:none;
}

a.footerlink:hover {
	color:#FFFFFF;
/*	margin-top:-5%;*/
	text-decoration:underline;
}

a.sidelink {
	color:#CCCCCC;
	font-family:Gill Sans MT;
	font-size:0.85em;
/*	margin-top:-5%;*/
	text-decoration:none;
}

a.sidelink:hover {
	color:#FFFFFF;
/*	margin-top:-5%;*/
	text-decoration:underline;
}

