/* Basic HTML elements */

body {
	font-family: verdana;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size : 11px;
	background-color: #667179;
}

table.Layout{
	width: 875px;
	background-color: #fff; 
}

td

{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Header & List elements */
h5

{
	font-family: verdana;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
}

.TopHeaderImg {
	/*background: url(images/HeaderImg.gif) no-repeat;	*/
	height: 28px;
}

.Top {
	padding-top: 13px;
}

.FooterBotImg {
	/*background: url(images/FooterImg.gif) no-repeat;	*/
	height: 32px;
}

.head1 
{
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	font-weight: bold;

}


.head2 
{
	font-family: verdana;
	color: #009CDA;
	font-size: 11px;
	font-weight: bold;
}
.navhead
{
	font-family: verdana;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.news_highlights { width: auto; height: 11px; padding-top: 2px; padding-bottom: 3px; border-bottom: 1px solid #E7E2DA;}

/* Link elements */

a {font-family: verdana; font-size: 11px;	color: #000000; text-decoration: underline;}
a:active {font-family: verdana; font-size: 11px; color: #000000; text-decoration: underline;}
a:hover {font-family: verdana; font-size: 11px;	color: #667179; text-decoration: none;}
a:visited {font-family: verdana; font-size: 11px; color: #000000; text-decoration: underline;}
a:visited:hover {font-family: verdana; font-size: 11px; color: #667179; text-decoration: none;}

a.nav {
	font-size: 11px;
	color:#000;
	font-family: verdana;
	text-decoration: underline;
	font-weight : 500;
}

a.nav:active	{
	font-size: 11px;
	color:#000;
	font-family: verdana;
	text-decoration: underline;
	font-weight : 500;
}

a.nav:hover {
	font-size: 11px;
	color: #667179;
	font-family: verdana;
	text-decoration: none;
	font-weight : normal;
}

a.nav:visited {
	font-size: 11px;
	color:#000;
	font-family: verdana;
	text-decoration: underline;
	font-weight : 300;	
}

a.nav:visited:hover {
	font-size: 11px;
	color:#667179;
	font-family: verdana;
	text-decoration: none;
	font-weight : 300;	
}



/* Input & Form elements */

input, textarea, select	{
	font-family:verdana;
	font-size:11px;
	color:#868686;
}


