/* CSS Document */
#nav A:link {
	COLOR: #9999ff; TEXT-DECORATION: none
}
#nav A:visited {
	COLOR: #9999ff; TEXT-DECORATION: none
}
#nav A:hover {
	COLOR: #9999ff; TEXT-DECORATION: underline
}
#nav td {font-family: arial; } 

#content p {color: #000099; font-family: arial;}
#content td {color: #000099; font-family: arial;}
#content A:link {
	COLOR: #CC00FF; TEXT-DECORATION: none
}
#content A:visited {
	COLOR: #CC00FF; TEXT-DECORATION: none
}
#content A:hover {
	COLOR: #CC00FF; TEXT-DECORATION: underline
}
#content h2 {
	COLOR: #000099; font-family: arial; font-size: x-large; font-weight: bold 
}
#content h3 {
	COLOR: #000099; font-family: arial; font-size: large; font-weight: bold 
}

#form A:link {
	COLOR: #CC00FF; TEXT-DECORATION: none; font-size: small;
}
#form A:visited {
	COLOR: #CC00FF; TEXT-DECORATION: none; font-size: small;
}
#form A:hover {
	COLOR: #CC00FF; TEXT-DECORATION: underline; font-size: small;
}
/*
.alert { color: red; }
.hidden { display: none; }
form { clear: both; }
th { background-color: #CCCCFF; font-size: 90%; } 
*/
#form th { background-color: #CCCCFF; font-size: 100%; } 
#form body, tr, td, p, div, table {color="#000099"; face=arial; font-size: 12pt;} 
input {background: #F3F4EC ;}      /* Prevents form fields being output with a yellow background. */
