@charset "UTF-8";
/* CSS Document */

<style type="text/css">

.News_header {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Arial;
width: 140px; /* Main Menu Item widths */
border-bottom: 0px solid #004b96;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #004b96;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #004b96;
border-right: 0px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #B5DAF4; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #004b96;
}

.sidebarmenu ul li a:hover{
background-color: white;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 130px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.html) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.News_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.news_descript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: .9;
}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	line-height: .9;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004b96;
}

.lev2head {
 font-size: large;
 font-family: Verdana, Geneva, sans-serif;
 color: #00478d;
 text-align: left;
 font-weight: bold;
}

.lev2subhead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00478d;

 background-color: ;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
.tabletest td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.tabletest-inside td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}


a:link {
	text-decoration: none;
	color: #023D8D;
}
a:visited {
	text-decoration: none;
	color: #023D8D;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}


.sidebar_email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 50px;
	color: #004b96;
	left: 8px;
}

.sidebar_email a:link {
	text-decoration: none;
	color: #023D8D;
}
.sidebar_email a:visited {
	text-decoration: none;
	color: #023D8D;
}
.sidebar_email a:hover {
	text-decoration: underline;
}
.sidebar_email a:active {
	text-decoration: none;
}



</style>

