body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #18287F;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #261F12;
}
a:active {
	color: #CC3300;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.colorRed {
	color: A70500;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body,p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
li {
	list-style-image: url(/images/arrow.gif);
}
.frontpageBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/*css for dropdown menu*/

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   142px;

  border:  0px solid black;
  padding: 0px;

  background: #FFFFEE;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #008000;

}

a.sample_attach, a.sample_attach:visited { 
border-bottom: none; 
}
div#sample_attach_menu_child             { 
border-bottom: 1px solid black;
 }
