@charset "utf-8";
body {
	background-color: #ededed;
	margin: 0px;
	font-family: arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
p {
	font-family: arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.lead {
	color: #676565;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.lead2 {
	color: #225980;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-family: arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
a {
	font-family: arial;
	font-size: 13px;
	color: #975734;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 13px;
	color: #7A4629;
	text-decoration: underline;
}
.nr {
	background-repeat: no-repeat;
}
.rx {
	background-repeat: repeat-x;
}
.ry {
	background-repeat: repeat-y;
}

.footer-a {
	font-family: verdana;
	font-size: 11px;
	color: #5eb6ca;
	text-decoration: none;
}
.footer-a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #5eb6ca;
	text-decoration: underline;
}
.footer-text {
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.footer-box {
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #112643;
	padding: 5px;
}
.main-box {
	background-color: #babcb9;
	background-repeat: repeat-x;
	padding-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2B5A76;
	border-left-color: #2B5A76;
}
.side-box {
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
.content-box {
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	background-image: url(Images/ContentBg.jpg);
}
.menubox{
	padding-bottom: 12px;
}
.menu {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.menu:hover {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #53F0F7;
	text-decoration: none;
}
.tbl{
	background-color: #B2B2B2;
}
.tbl-odd{
	background-color: #CDCDCD;
}
.tbl-even{
	background-color: #E4E4E4;
}
.list {
	font-family: arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
}
.myul {
	list-style-image: url(Images/Arrow2.gif);
	font-family: arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
}
.input {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	border:1px solid #113350;
	background-color: #E4E4E4;
}
.inputb {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	border:1px solid #113350;
	background-color: #E4E4E4;
}