BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
td{
	font-family:arial;
	font-size: 12px;
	color: #353535;
	line-height:18px;
	text-decoration: none;
}
.tahoma{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
	line-height:17px;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #21388e;
	text-decoration: none;
}
a:hover{
	color: #5b9804;
	text-decoration:none;

}.input{
     border:1px solid #d2d2d2;
	 height:22px;
	 width:300px;
	 margin-top:7px;
	 padding-left:5px;
}
.footer:link, .footer:visited, .footer:active {
	color: #abc7d7;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
}
.footer:hover{
	color: #ffffff;
	text-decoration:none;
		padding-left:8px;
	padding-right:8px;
}
.footerbg{
	background-color:#040f3c;
}
.graystrip{
	background-color:#F7F7F7;
	border-bottom:1px  solid #D6D7D6;
	border-top:1px  solid #D6D7D6;
	height:26px;
	padding-left:12px;
	font-weight:bold;
}
.graystext{
	padding-left:12px;
	padding-top:10px;
	padding-bottom:10px;
}
.no{
	background-image:url(images/no-bg.gif);
	background-position:left top; 
	background-repeat:no-repeat;
	padding-left:6px; 
	color:#FFFFFF; 
	font-size:12px;
	width:25px;
}
.menu_list {	
	width: 637px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #f9f9f9 url(left.png) center right no-repeat;
	border-bottom:1px solid #D6D7D6;
}
.menu_body {
	display:none;
	padding:15px;
	text-align:justify;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
}
.greenarrow{
	background-image:url(images/green_bullete2.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#F7F7F7;
	border-bottom:1px dotted #D6D7D6;
	border-top:1px dotted #D6D7D6;
	padding-left:40px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}