h1 {
	font-family: Arial, Helvetica; 
	font-size: 1.3em; 
	font-style: normal; 
	color: #990033;
}


h2 {
	font-family: Arial, Helvetica; 
	font-size: 1.15em;  
	color: #990033;
	font-style: normal; 
}

h3 {
	font-family: Arial, Helvetica; 
	font-size: 1.1em; 
	color: #990033;
	font-style: normal;
	
}

h4 {
	font-family: Arial, Helvetica; 
	font-size: 1.05em; 
	font-style: normal; 
	color: #990033;
}

h5 {
	font-family: Arial, Helvetica; 
	font-size: 1em; 
	font-style: bold; 
	color: #990033;
}



body { 
	background-color: #FFFFFF;
	font-family: Arial, Helvetica;
}


A:link {
	color:#990033;
	text-decoration: none
}

A:active {color:#FFCC33}

A:visited {
	color:#990033;
	text-decoration: none
}

A.menu:link {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none
}

A.menu:visited {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none
}

A.menu:active {
	color:#FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none
}



/*
	===========================
	= Form tables (field: input)
	===========================
*/


table.form {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	border-style: solid;
}


table.form td.form-field {
	border: 1px solid #cccccc;
	border-style: solid;
}




th {
	background-color: #cccccc;
	font-family: Arial, Helvetica, Geneva;
	font-style: bold;
	text-align: center;
}


td.menu {
	background-color: #990033;
}

FONT.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
    text-decoration: none
}

ul ul ul {
	list-style: square outside;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}

ul ul {
	list-style: circle outside;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}

ul {
	list-style: disc outside;
	margin-bottom: 0.5em;
}




blockquote {
	margin-left: 2%;
}
