/* CSS Document */
.float
{
	float: left;
}

.clear
{
	clear: both;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	height: 20px;
	margin: 0px;
	padding: 11px 0px 0px 2px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #445668;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #8cc541;
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:hover
{
	color: #54BC00;
	text-decoration: none;
	cursor: default;
}

a span
{
	color: #0066CC;
	text-decoration: underline;
}

a:hover span
{
	color: #54BC00;
	text-decoration: none;
}

a.products 
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

 a:hover.products
{
	color: #0033CC;
	text-decoration: none;
}

#footer a, #header a
{
	font-size: 9px;
	font-weight: bold;
	color: #575f6a;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

#footer a:hover, #header a:hover
{
	color: #333333;
}

#small_links a
{
	font-weight: normal;
	color: #000000;
	font-size: 9px;
	text-decoration: underline;
}

#small_links a:hover
{
	text-decoration: underline;
}	

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575f6a;	
}

hr
{
	color: #c5d1db;
	background-color: #c5d1db;
	height: 1px;
	border: 0;
}