BODY {
	background-image : url(img/back.gif);
	background-color : Navy;
	font-family : Tahoma;
	color : White;
}

A:HOVER {
	color : Yellow;
	font-family : Tahoma;
}

A:VISITED, A:LINK {
	color : White;
	font-family : Tahoma;
}

H1 {
	text-align : center;
	font-family : Tahoma;
}

H2 {
	text-align : center;
	font-family : Tahoma;
}

H3 {
	font-family : Tahoma;
}

TD {
	color : #FFFFFF;
	font-family : Tahoma;
}

TD.min {
	color : #FFFFFF;
	font-family : Tahoma;
	font-weight : bold;
	text-align : left;
	vertical-align : middle;
	font-size : smaller;
}
TD.Cbold {
	color : #FFFFFF;
	font-family : Tahoma;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}

TD.bold {
	color : #FFFFFF;
	font-family : Tahoma;
	font-weight : bold;
	text-align : left;
	vertical-align : middle;
}

TH {
	color : #000099;
	background-color : #FFFF33;
	font-family : Tahoma;
	font-size : smaller;
	text-align : left;
}
TH.center {
	color : #000099;
	background-color : #FFFF33;
	font-family : Tahoma;
	text-align : center;
	font-size : 100%;
}
