BODY, TABLE, TD {
	font: normal 11px verdana, arial, sans-serif;
}

BODY {
	margin: 10px;
	padding: 0px 0px 10px 0px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

P {
	line-height: 150%;
}

H1 {
	color: #900;
	font-weight: bold;
	font-size: 20px;
}

H2 {
	color: #999;
	font-weight: bold;
	font-size: 16px;
}

H3 {
	margin-bottom: 10px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

UL, DL {
	margin-top: 0px;
	margin-bottom: 15px;
}

LI, DD {
	margin-bottom: 10px;
}

.alert, .error {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
}

.alert {
	color: #f90;
}

.error {
	color: #c00;
}

INPUT, SELECT, TEXTAREA {
	font-size: 11px;
}

INPUT.button {
	background-color: #039;
	color: #fff;
	font-size: 11px;
}

INPUT.eMsg, SELECT.eMsg, TEXTAREA.eMsg {
	background-color: #ffc;
	color: #000;
}

A {
	background-color: transparent;
}

A, A:link, A:visited, A:active {
	color: #808080;
	text-decoration: none;
}

A:hover	{
	color: #808080;
	text-decoration: underline;
}
