*{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	text-align: inherit;
}
a img{border: 0px;}
form{
	padding: 0;
	margin: 0;
}
h1{
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 7px;
}
h2{
	font-family: Trebuchet MS;
	color: #5f5f5f;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 7px;
}
h3{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 12px;
}
p{
	margin-top: 16px;
	margin-bottom: 17px;
	line-height: 16px;
}

a{
	color: #cc0000;
	text-decoration: none;
}
a:hover{
	color: #cc0000;
	text-decoration: underline;
}

ul{
	padding-top: 0px;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom: 17px;
	margin-left: 10px;
	padding-left: 10px;
}
ul li{
	list-style-image: url(/images/bullet.gif);
	
}
ul ul{
	margin-top: 0;
	margin-bottom: 0;
}
/*
ul li li{
	list-style-image: url(/images/subbullet.gif);
}
*/
.black, a.black, a.black:hover{
	color: #000000;
	text-decoration: none;
}
.green, a.green, a.green:hover{
	color: #8EBB6F;
}
.gray, a.gray, a.gray:hover{
	color: #A1A1A1;
}


hr{
	height: 1px;
	color: #000000;
}
