body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family : Arial, Helvetica, sans-serif;
}
td {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.menu1 {border-right: 2px solid #FF0099}
.menu2 {border-right: 3px solid #778BBE; border-left: 2px solid #778BBE}
.menu3 {border-right: 2px solid #2858AC}
.menu4 {border-right: 2px solid #2C830E}
td.navigation {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
a.bluelink {
	color : #3366FF;
	text-decoration : none;
}
a.bluelink:hover {
	color : #FF0000;
	text-decoration : underline;
}
h1.bluelink {
font-size : 14px;
color : #2858AC;
margin: 10px;
}
a.greenlink {
	color : #2C830E;
	text-decoration : none;
}
a.greenlink:hover {
	color : #ff0000;
	text-decoration : none;
}
a.purplelink {
	color : #FF0099;
	text-decoration : none;
}
a.purplelink:hover {
	color : #0000FF;
	text-decoration : none;
}
.bluebold {
	font-family : Tahoma;
	color : #2858AC;
	font-size : 12px;
	margin: 10px;
	font-weight : bold;
}
.red {
	font-family : Tahoma;
	color : #FF0000;
	font-size : 13px;
	margin: 10px;
	font-weight : bold;
}
.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 13px;
	margin: 10px;
	border-right-width : 0px;
	border-top-width : thin;
}
.ul {
	margin: 2px 0 0 0;
	padding: 0 0 0 15px;
}
.ul li a:link, .ul li a:visited {
	margin: 2px 0 0 10px;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #000;
	}
.ul li a:hover {
	margin: 2px 0 0 10px;
	padding: 0 0 0 0;
	text-decoration: underline;
	color: #000;
	}
FORM {
    margin: 0px
    }
INPUT {
    width: 220px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; color:  #333333; 
    background: white; 
    padding: 1px 3px 0px; 
    margin-right: 11px
}
SELECT {
    width: 300px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; color:  #333333; 
    margin: 1px 0px; 
    margin-right: 11px
}
TEXTAREA {
    width: 300px; 
    height: 70px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; color:  #333333; 
    padding: 1px 3px 0px;
    margin-right: 11px
}
