@charset "utf-8";
p {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
}
a{
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
input {
	border: solid 1px #999999;
}
.normaltxt{
	font-family:verdana;
	font-size:12px;
	color:#000000;
	line-height:20px;
}
.boldtxt {
	font-weight: bold;
}
.footertxt {
	font-family:Verdana;
	font-size:9px;
	color: #000000;
}
.footertxt a{
	color: #6D6F71;
	text-decoration: none;
}
.footertxt a:hover {
	color:#000000;
	text-decoration: none;
}
.menu {
	background-color: #b3c4ad;
	font-family: Arial;
	font-weight: bold;
}

.menu a{
	font-family:Arial;
	font-size: 13px;
	color: #415a68;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	font-family:Arial;
	font-size: 13px;
	color: #ee3424;
	text-decoration: none;
	font-weight: bold;
}
.homerightbg {
	background-color: #a9bda3;
}
.homerightbg a{
	font-family:Arial;
	font-size: 13px;
	color: #546c73;
	text-decoration: none;
	font-weight: bold;
}
.homerightbg a:hover {
	font-family:Arial;
	font-size: 13px;
	color: #ee3424;
	text-decoration: none;
	font-weight: bold;
}


/*----- Right Panel Nav ----------*/

.rightpanel_nav {
	font-family:Arial;
	font-size: 11pt;
}
.rightpanel_nav a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
.rightpanel_nav a:hover {
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
.rightpanel_subnav {
	font-family:Arial;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.rightpanel_subnav a {
	color: #000000;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}
.rightpanel_subnav a:hover {
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}.heading {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}
.subHeading {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}
.redtxt {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

