.text, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.menu:hover {
	color: #FFD150;
}

A {
	color: #CC0000;
	text-decoration: none;
	font-size: 8pt;
}

A.HeaderMenu {
	color: white;
}

A:hover {
	color: #FFD150;
}

.FrameTable {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

H1 {
	font-size: medium;
	margin: 0;
}

H2 {
	font-size: 8pt;
	color: #cc0000;
	font-weight: bold;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

P {
	font-size: 8pt;
}

UL {
	list-style-image: url(images/dots.gif);
}

LI {
	font-size: 8pt;
}

TD {
	font-size: 8pt;
}

.error {
	color: #FF0000;
}

.required {
	color: red;
	font-weight: bold;
}

TABLE.menu TD {
	text-align: center;
}

IMG {
	border-width: 0px;
}