/*OVERALL FONT STYLE*/
body, p, th, td, li, dd    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Line-height: 140%;
	font-size: 11px;
	color:#666666;
}
	

/*OVERALL BOLD FONT*/
td b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
}

.search1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #333333;
	background-color: #F2F2F2;
	text-decoration: none;
	font-weight : normal;

}

.newsclass{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #284395;
	text-decoration : none;
	background-color: #F2F2F2;
	font-weight : none;
}

.footer1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #333333;
}


/*Headers  */
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #AA3914;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 2px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #646E5C;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 4px;
}
h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #3D6C84;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 4px;
}
h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 4px;
}
h5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : #666666;
	background-color: transparent;
	text-decoration: none;
	margin-top : 1px;
	margin-bottom : 1px;
}



/*Overall Link style*/
A:LINK {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #69893E;
	text-decoration: underline;
	font-weight : none;
}
A:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : none;
	color : #69893E;
    text-decoration: underline;
	font-weight : none;
}
A:ACTIVE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #69893E;
	text-decoration: underline;
	font-weight : none;
}
A:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #69893E;
	text-decoration: underline;
	background-color: #EEF3E5;
	font-weight : none;
}



/* Secondary Navigation Without Links.*/
  .navbar{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #A3B6C2;
	background-color: #DEEFFF;
	text-decoration: none;
	font-weight : bold;
}
