/* Copyright 2002 Ecopixel */

a:hover 
{ 
	color: #993333;
}

h1, .h1
{ 
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
}

h2, .h2
{ 
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}

p, body, ul, ol, li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	line-height: 19px;
}

.bigquote
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
}

.navh
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.navb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}

.small, .smallk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: normal;
}

.label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}

.smallk { color: #000000; }

#rev {
	color: #FFFFFF;
}






/* Misc stuff */

/* forms */
form label:hover {
	background-color:#FFFFCC;
}
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}



