BODY {
	font-family : Tahoma, MS Sans Serif, Geneva, sans-serif;
	font-size : 10pt;
}

TD {
	font-family : Tahoma, MS Sans Serif, Geneva, sans-serif;
	font-size : 11pt;
	text-indent : 0px;
}

TD.yellowmenu {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: black;
}

TD.label {
/*	background : #CC0000; */
        background-image: url(../images/red_gradient.jpg);
        background-repeat: repeat-y;
        background-position: right;
	color : White;
	text-align : right;
	font-weight : bold;
	border : 1px solid Black;
}

A {
	text-decoration : none;
	font-size : 9pt;
	font : bold;
}

A:Hover {
	font : bold;
	background : Yellow;
	color : Blue;
}

a:hover.yellow {
	background-color : Yellow;
        color: Red;
	text-decoration : none;
	padding : 1px;
}
a.yellow {
        color: Yellow;
	text-decoration : none;
	padding : 1px;
}

a.red {
        color: Red;
	text-decoration : none;
	padding : 1px;
}

a:hover.red {
	background-color : Red;
        color: Yellow;
	text-decoration : none;
	padding : 1px;
}

H1, H2, H3, H4 {
	color: Blue;
	padding: 2px;
	font-family : Tahoma, MS Sans Serif, Geneva, sans-serif;
	width : 100%;
	text-align : center;
}
FORM {
	margin-top : 2px;
	margin-bottom : 2px;
}

HR {
	border : thin ridge #CC0000;
}

TH {
	font-weight : bold;
	color : White;
	background : #CC0000;
	border : 1px solid Black;
}
