/*OVERALL FONT STYLE*/
body, p, th, td, li, dd    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Line-height: 140%;
	font-size: 11px;
	color:#333333;
}
	

/*OVERALL BOLD FONT*/
td b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	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;
}

.faqclass{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #666666;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.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 : 15px;
	color : #9e9e9e;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 2px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #4E64A8;
	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 : #284395;
	text-decoration: none;
	font-weight : none;
}
A:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : none;
	color : #284395;
	text-decoration: none;
	font-weight : none;
}
A:ACTIVE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #284395;
	text-decoration: none;
	font-weight : none;
}
A:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #284395;
	text-decoration : none;
	background-color: #F2F2F2;
	font-weight : none;
}



/*Web Master Link*/
a.webster:link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #284395;
	text-decoration: none;
	font-weight : none;
}
a.webster:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : none;
	color : #284395;
	text-decoration: none;
	font-weight : none;
}
a.webster:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #284395;
	text-decoration: none;
	font-weight : none;
}
a.webster:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #284395;
	text-decoration : none;
	background-color: #F2F2F2;
	font-weight : none;
}


