BODY
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: black;
    FONT-FAMILY: 'Arial';
}
H1
{
    COLOR: black;
    FONT-FAMILY: 'Arial';
    font-size: x-large;
}
H2
{
    COLOR: #8000ff;
    FONT-FAMILY: 'Arial';
    font-size: large;
}
H3
{
    COLOR: #310094;
    FONT-FAMILY: 'Arial';
    font-size: x-small;
    text-decoration: underline;
}
TD {
	font-family: Arial;
	font-size: x-small;
}
A{
	COLOR: #310094;
	TEXT-DECORATION: underline;
}
A:visited{
	COLOR: #310094;
	TEXT-DECORATION: underline;
}
A:hover{
	COLOR: #ff00ff;
	TEXT-DECORATION: underline;
}
TD A{
	COLOR: #310094;
	TEXT-DECORATION: underline;
}
TD A:visited{
	COLOR: #310094;
	TEXT-DECORATION: underline;
}
TD A:hover{
	COLOR: #ff00ff;
	TEXT-DECORATION: underline;
}

TD.tabOn {
	background-color : #cc0000;
	color : white;  FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.tabOff1 {
	background-color : #cc0000;
	color : white; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.tabOff2 {
	background-color : #8000ff;
	color : white; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.tabOff3 {
	background-color : #0080ff;
	color : white; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.tabOff4 {
	background-color : #008000;
	color : white; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.tabOff5 {
	background-color : #400080;
	color : white; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.htabOff {
	background-color : #000080;
	color : white; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
TD.tabOver {
	background-color : #0000ff;
	color : yellow; FONT-SIZE: x-small; TEXT-DECORATION: none;
	font-weight : bold;
	text-align : center;
}
.footer {
	COLOR: #000000; FONT-SIZE: xx-small;
;}
INPUT.fixed {
	font-family: monospace;
	font-size: small;
}
SELECT.fixed {
	font-family: monospace;
	font-size: small;
}
.emailbody {
	margin: 50px 0px; 
	padding: 0px;
	text-align: center;
	}
#Content {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 1px dashed #333333;
	background-color: #ffffff;
	}
.error {
	color: #ff0000;
}
.pcontrol {
	display:none;
}
