/* Universal settings */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: normal;
	color: #333333;
	text-align: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #202f7b;
}
a:hover, a:active {
	text-decoration: underline;
	color: #fb8800;
}
input {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 120px;
}
select {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 120px;
}
#Search {
	width: 30px;
}

/* Text format settings */
.text_white {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
 	font-weight: bold;
	color: #ffffff;
}
.heading_black {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

/* Left hand side menu settings */
.lhs_menu td{
	line-height: 22px;
	background-color: #dddddd;
	padding-left: 35px;
	border-bottom: solid #FFFFFF 1px;
	background-image:url(../images/bg/arrow_horizontal.gif);
	background-repeat: no-repeat;
	background-position: 10% 50%;
}
.lhs_menu a:link{
	text-decoration: none;
	color: #202f7b;
}
.lhs_menu a:visited{
	text-decoration: none;
	color: #202f7b;
}
.lhs_menu a:hover{
	text-decoration: none;
	color: #fb8800;
}
.lhs_menu a:active{
	text-decoration: none;
	color: #fb8800;
}

/* Right hand side menu settings */
.rhs_menu td{
	border-bottom: solid #c6cfde 1px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
}
.rhs_menu a:link{
	text-decoration: none;
	color: #202f7b;
}
.rhs_menu a:visited{
	text-decoration: none;
	color: #202f7b;
}
.rhs_menu a:hover{
	text-decoration: none;
	color: #fb8800;
}
.rhs_menu a:active{
	text-decoration: none;
	color: #fb8800;
}

/*footer*/
.footer td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#999999;
}
.footer a:link {
	text-decoration: none;
	color: #202f7b;
}
.footer a:visited {
	text-decoration: none;
	color: #202f7b;
}
.footer a:hover {
	text-decoration: underline;
	color: #202f7b;
}
.footer a:active {
	text-decoration: underline;
	color: #202f7b;
}
/*main page area settings*/
.blue_header {
	font-size: 13px;
	color: #202f7b;
	font-weight: bold;
}
.orange_header {
	color: #fb8800;
	font-weight: bold;
}

