a {
	text-decoration: none;
	color: #CC0000;
}
input {
	color: #0066CC;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.forminput {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0066CC;
}


a:hover {
	position: relative;
	color: #000000;
}
a span {
	display: none;
	width: 200px;
}
a:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	/* formatting only styles */
padding: 5px;
	margin: 10px;
	z-index: 100;
	border: 1px solid #000000;
	opacity: 0.9;
	color: #333333;
	background-color: #FFFF99;/* end formatting */
}h1 {
	font-size: 24px;
	color: #3a55a4;
}
#container {
	z-index: 5;
}
body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #252525;
}
h2 {
	font-size: 18px;
	color: #3A55A4;
}
h3 {

	font-size: 12px;
	color: #3A55A4;
}
#bulletlist
{
margin-left: 4px;
padding-left: 0px;
list-style: none;
}

#bulletlist li 
{
	padding-left: 20px;
	background-image: url(../icon/red_square.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	color: #666666;
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
}
