body { 

	background: #808080; 
}



td { 

	font-family: "Tahoma", "Verdana", "Arial"; 
	font-size: 8pt; 
	line-height: 140%; 
	color: #666666; 
}

h1 {
 font-size: 8pt;
 font-weight: bold;

}

A:link {

	color: #0069BE; 
	text-decoration:none;
}


logopad { padding-left:10px
}

A:visited {

	color: #5397BE; 
	text-decoration:none;
}



A:hover {

	color: #4DDEFC;
	text-decoration:underline;
}



a:hover.m {

	color: #1E5AAB;
	font-weight:bold; 
	text-decoration:none;
}



.blank {

	font-size: 1pt;
}



.line {

	font-size: 1pt;
	background-color: #90969F;
}		



.banner {

	font-size: 12pt;
	color: #868787;
	font-weight:bold;
	align: left;
}



.img_border {

	border-style: solid; 
	border-color: #D6D6D6;
}



.table_border {

	border: 1px solid #E3E3E3;
}



.input_box {

	border-top: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	background: #FFFFFF;
	font-size: 8pt;
} 



.td_color_1 {

	background-color: #9ABF3A;
}



.td_color_2 {

	background-image: url('images/side_bg_left.gif');
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #3f3f3f;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #3F3F3F;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3F3F3F;
background-color: #A2DAF8;
}