/* ----------------------------------------------------------------------------------------------------
** - Body
** ----------------------------------------------------------------------------------------------------
*/

BODY
{
background-color: #F3F3F3;
margin: 0px 0px 0px 0px;
}

/* ----------------------------------------------------------------------------------------------------
** - Text
** ----------------------------------------------------------------------------------------------------
*/
P
{
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/
A
{
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
}

A:hover
{
color: #CC0000;
text-decoration: none;
}

A.ALT
{
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
}

A.ALT:hover
{
color: #CC0000;
text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
** - FORM
** ----------------------------------------------------------------------------------------------------
*/
TEXTAREA
{
background-color: #FFFFFF;

color: #000000;

}

/* ----------------------------------------------------------------------------------------------------
** - Download Button
** ----------------------------------------------------------------------------------------------------
*/
.downloadhtml
{
cursor: pointer;
cursor: hand;
text-decoration: none;
font-weight: normal;
font-family: Verdana, Tahoma, Arial;
font-size:10px;
}