body
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Courier new,Serif;
    font-size: 12px;
    margin-left:10px;
    margin-top:10px;
}
table
{
    color: #000000;
	font-family: Courier new,Serif;
    font-size: 12px;
}
input
{
    color: #000000;
    font-family: Courier new,Serif;
    font-size: 12px;
}
textarea
{
    color: #000000;
	font-family: Courier new,Serif;
    font-size: 12px;
}
select
{
    color: #000000;
	font-family: Courier new,Serif;
    font-size: 12px;
}
.warning
{
	color: #FF0000;
    font-weight: bold;
}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

