Body
{
    margin: 0px;
    background-image: url(images/Background.gif);
    font-size: 10pt;
    font-family: Arial;
    text-align: center;
}

textarea
{
	background : white;
	border : solid #800000 1pt;
	font :  12px Tahoma, Arial, "Times New Roman", sans-serif;
}

select
{
	border : solid #800000 1pt;
	font :  12px Tahoma, Arial, "Times New Roman", sans-serif;
}

a:active
{
	color : Navy;
	font-weight : bold;
}

a:hover
{
	color : Navy;
	text-decoration : underline;
	font-weight : bold;
}
a:link
{
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}
a:visited
{
	color : Navy;
	font-weight : bold;
	text-decoration : none;
}

.clsInput300
{
    background: white;
    border: 1pt solid #800000;
    width: 300px;
}

.clsInput150
{
    background: white;
    border: 1pt solid #800000;
    width: 150px;
}
.clsInput
{
    background: white;
    border: 1pt solid #800000;
}
.clsPadded
{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
