BODY, A, DIV, P, SPAN, TD, INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


A:link { 
	text-decoration: none;
	color: blue;
}

A:visited {
	text-decoration: none;
	color: blue;
}

A:active {
	text-decoration: none;
	color: blue;
}                              

.Notice {
	font-size: 9px;
}

.warning {
	background-color: #FF0000;
	opacity: 0.8;
}

.watch {
	background-color: #FFFF00;
	opacity: 0.8;
}

TD.TableBackground {
	background-color: #FFFFFF;
	opacity: 0.9;
}

H1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

H2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

H3 {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 4px;
}


Table.Content {
        background: #FFFFFF;
}

.ValueTable, .MenuTable {
}

.ValueRow, .MenuRow {
        background: #FFFFF0;
}

.ValueRowAlternate, .MenuRowAlternate {
        background: #FFFFE0;
}

