BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px 0px 2px 0px;
	COLOR: #000000;
	FONT-FAMILY: "Arial", Times, serif;
	BACKGROUND-COLOR: #000000
}
TABLE {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	FONT-SIZE: 13px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	FONT-FAMILY: "Arial", Times, serif
}
a:link {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: underline;
    font-weight: bold;
    color: #0000FF;
}
a:hover {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
a:visited {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: underline;
    font-weight: bold;
    color: #0000FF;
}
a:visited:hover {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
.form
{
color: #000000;
background-color: #E4F3F8;
border-color : #FFFFFF;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 12px;
font-weight: bold;
}
.submit
{
color: #000000;
background-color: #D6D3CE;
border-color : #FFFFFF;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Arial;
font-size : 11px;
}