body { 
    background-image:  url("img/bg-content.gif");
    background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input.searchbox {

   font-family: Verdana;
   font-size: 10px;
   background-color: #E6FCFF;
   
}
p, ol, li, tr, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
H1 {
    font: 18px helvetica,arial,sans-serif; 
	color:#4378B7; 
	font-weight:600;
	margin-bottom: -5px;
	margin-top: 15px;
}
H2 {
    font: 15px helvetica,arial,sans-serif; 
	color:#4378B7; 
	font-weight:600;

}
a.nav {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
	text-decoration: none;
}
a.nav:hover {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4378B7;
	text-decoration: none;
}
.copyright {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}
 #bulllist
{
margin-left: 10;
padding-left: 0;
list-style: none;
}

#bulllist li
{
padding-left: 15px;
background-image: url(/img/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
 #subbulllist
{
margin-left: 5;
padding-left: 0;
list-style: none;
}

#subbulllist li
{
padding-left: 10px;
background-image: url(/img/arrow-single.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
}

