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

a:link img, a:visited img, a:hover img { border-style: none; } /* no border on img links */

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 */
}
img{
	margin: 0px;
	outline: none;
}
th, td { /* ns 4 */
  font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C;}
h1 { font: bolder 150% sans-serif;}
h2 { font: bold 120% sans-serif;}
h3 { font: 110%;}
h4 { font: bold 100% }
h5 { font: italic 100% }
h6 { font: small-caps 100% }
.hdr-bg{
	background-image: url(../images/hdr-bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.hdr-txt a:link, .hdr-txt a:visited{
	color: #26546B;
	text-decoration: underline;
}
.hdr-txt a:hover{
	text-decoration: none;
}
.content-tbl{
	border: 1px solid gray;
}
.content p{
text-align: justify;
}
.content a:link, .content a:visited{
	color: blue;
	text-decoration: underline;
}
.content a:hover{
	text-decoration: underline;
}
div.box{
	margin: 5px;
	padding: 5px;
	border: 1px solid #AEAFAA;
}
.boxl{
	margin: 5px;
	padding: 0px;
	border: 1px solid #AEAFAA;
}
.boxl h2{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	background-color: #AEAFAA;
	font-size: 14px;
	color: White;
}
.boxl p{
	margin: 5px;
}
.footer{
	background-color: #AEAFAA;
}
.footer a:link, .footer a:visited{
color: White; !important;
margin: 4px;
}
.footer a:hover{
	color: white;
	text-decoration: underline;
}
.copy-bg{
	background-color: #979893;
	background-image: url(../images/copy-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-left: 20px;
	color: White;
	font-size: 10px;
}
.copy-bg a:link, .copy-bg a:visited{
	color: white;
	text-decoration: none;
}
.copy-bg a:hover{
	text-decoration: underline;
}
.leftnav{
	font-weight: bold;
	color: #333;
	text-align: center;
}
.leftnav a:link, .leftnav a:visited{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6A6B65;
	display: block;
	padding: 3px;
	text-decoration: none;
}
	
.leftnav a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}
.box{
	border: 1px solid #3C3D37;
	color: #333;
}
ul{
	list-style: none;
}


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