/* SCARY GUY CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3a4547;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#323b3d;
	font-weight:normal;
}
TD {
	color:#323b3d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 16px;
	font-size:11px;
}
/* Start Link CSS */

.mailto a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:11px !important;
	font-weight:normal !important;
}

.mailto {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:11px !important;
	font-weight:normal !important;
}

A:LINK {
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;  
}
A:VISITED {
	color: #292B29;
	text-decoration: none;
	font-size:12px;
	line-height: 25px;
	font-weight: bold; 
}
A:HOVER {
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight: bold; 
}

/* Start Textual CSS */

.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #737A73;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	margin:20px 20px 15px 65px;
}

.homeTxt {
	color:#4c4c4c;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height: 18px;
}

.subheadTxt {
	color:#121516;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size:15px;
	line-height: 35px;
}

.bulletTxt {
	color:#0000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:10px;
	line-height: 25px;
}

span.subTxt a:link#mynewslink{
	color:#000000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:10px;
	line-height: 16px;
}


span.subTxt a:hover#mynewslink{
	color:#000000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:10px;
	line-height: 16px;
}




span.subTxt a:visited#mynewslink{
	color:#000000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:10px;
	line-height: 16px;
}


span.subTxt a:active#mynewslink{
	color:#000000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:10px;
	line-height: 16px;
}


/* added by EvelynD for News css */

a { text-decoration: none; font-weight: bold; }

.news_style{
display:none;
}
.news_show
{
	color:#000000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size:10px;
	line-height: 16px;

}
.news_border
{
background-color: transparent;
width:350px;
height:70px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 1px solid gray;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:361px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}


.box_curve_bg { 
	background:#ffffff !important;
	color: #000000 !important;
    width:195px;
	height: 49px !important;
	margin-bottom:10px !important;
	margin-left:10px !important;
	padding: 10px;
	float: left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border: 1px solid #000000; }
