.hdr_BG {
	background-image: url(images/hdr_bg.gif);
	background-repeat : repeat-x;
	padding-left: 10px;
	color: #CCCCCC;
	height: 51px;
	padding-top: 8px;
}

.Nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.Nav:hover{
	color: #FFFFFF;
}

.NavLogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC820;
	font-weight: bold;
	text-decoration: none;
}

a.NavLogin:hover{
	color: #FFECB0;
}

#dropmenudiv{
	position:absolute;
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0 solid #999999;
	border-left: 1px solid #999999;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #AAAAAA;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#dropmenudiv a:hover{
	color: #447717;
}


.hm_RightBox {
	background-color: #efefed;
	padding-top: 20px;
	padding-left: 20px;
}

.hm_LeftBox {
	padding-top: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.hm_LeftBox a{
	color: #333333;
}

.hm_LeftBox a:hover{
	color: #336633;
	text-decoration: underline;
}

.hm_LeftBox_Table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}


.hm_RightBox_RightPanel {
	padding-left: 10px;
	font-size: 12px;
	padding-right: 10px;
}

.hm_RightBox_RightPanel a{
	font-size: 11px;
	color: #333333;
}

.hm_RightBox_RightPanel a:hover{
	font-size: 11px;
	color: #336633;
}

.RightBox_Bar a{
	font-size: 11px;
	padding-right: 10px;
	color: #333333;
	text-decoration: none;
}

.RightBox_Bar a:hover{
	color: #666666;
}


hr {
	height: 1px;
	color: #acacac;
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footerBox{
	background-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;

}

.footerBox a{
	color: #999999;
	text-decoration: none;
}

.footerBox a:hover{
	color: #666666;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #646464;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #666666;
}

.error
{
  color: #FF0000;
}

.control
{
    font-size: 11px;
    color: #333333;
    border: 1 solid #666666;
}

.img_Box{
	border: 1px solid #666666;
	margin-bottom: 4px;
	font-size: 12px;

}

.button {
	width: 80px;
	border: 1px solid #999999;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.note{
	font-size: 9px;
}

.data_Box {
	background-image: url(images/hdr_bg.gif);
	background-repeat : repeat-x;
	color: #CCCCCC;
	font-size: 10px;
	background-position: bottom;
	vertical-align: bottom;
	padding: 4px;
}

.odd_row{
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.even_row{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}