body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	color: Black;
	background-color: #000000;
}
a:link, a:visited{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
	text-decoration: none;
	color:black;
}
a:hover{
	text-decoration: underline;
}
a:focus, a:active{
	outline: none;
}

a:link img, a:visited img { border-style: none } /* no border on img links */
a:hover img{
	background-color: transparent;
}
a img { color:white }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 text-align: left; background: transparent; margin: 0px;}
/* background should be transparent, but WebTV has a bug */

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #534A4B;}
h1 { font: 200% sans-serif }
h2 {
	font-size: 1.2em;
	color: #333333;
}
h3 { font: 150% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
.header{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#62595A;
	background-color: White;
}
.header a:link,.header a:visited{
	font-size: 10px;
	color: #62595A;
	text-decoration: none;
}
.header a:hover{
   color: Black;
	text-decoration: underline;
	}
.leftnav{

		font-weight: bold;
		color: #375D74;
		text-align: left;  
		padding-top: 26px;
	}
.leftnav a:link, .leftnav a:visited{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#375D74;
	display: block;
	padding: 3px;
	text-decoration: none;
}
	
.leftnav a:hover{
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1B7A8C;
	text-decoration: none;
}
.content{
color: #333;
 background-color: White;
 padding: 5px;
 text-align: justify;
}
.content a:link, .content a:visited, .content a:hover{
	color: blue;
	text-decoration: underline;
	font-size: 11px;
}
.lead1{
	background-color: white;!important;
	float: middle; !important;
	width: 200px; !important;
	padding:5px; !important;
	margin:0px; !important;
}

.content span{
	display: block;
}
.content1{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
/*color: #1B7A8C;*/
color: red;
font-weight: bold;
text-align: center;
}


.footer{
padding: 3px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #B2B0A1;
text-align: center;
color: #62595A;
}
.footer a:link, .footer a:visited{
	color: #62595A;
	font-size: 11px;
}
.footer a:hover{
	color: Black;
}
.gray{
	background-color: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: Black;
	padding: 6px;
	vertical-align: top;
}
.gray a:link,.gray a:visited{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
font-weight: normal;
	text-decoration: none;
	color: #333;

}
	
.gray a:hover{
	text-decoration: underline;
}



.blogtext{
color: #333;
text-align: center;
margin: 3px;
padding: 5px;
border: 1px solid #BAB8A9;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:100%
}
.blogtext a{
color: #333;
font-size:100%
}