.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}

.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #000000;
}

.bodybig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: bold;
}

A:link {
	color: #660000;
	text-decoration: none;
}

A:active {
	color: #663333;
	text-decoration: underline;
}

A:hover {
	color: #666666;
	text-decoration: underline;
}

A:visited {
	color: #993300;
	text-decoration: none;
}

A:visited:hover {
	color: #CC6600;
	text-decoration: underline;
}
