body 
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    background-color: #000000;
    margin: 0px 0px 0px 0px;
}

ul li
{    
	list-style: none;
    color: #333333;
    font-size: 12px;
    text-align: left;
    margin: 0px 0px 4px 20px;
	padding-left: 1em;
	text-indent: -1em;
}

#cookie
{
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 12px;
}

#cookie a  
{
    text-decoration: none;
    border-bottom: solid 1px #000000;
    background: transparent;
    color: #000000;    
    font-weight: bold;
}

#cookie a:hover, a:active
{
    background: transparent;
    color: #81891a;
    border-bottom: dotted 1px #000000;
}
    

#standard, .standard 
{
    color: #333333;
    font-size: 12px;
}

#errorMessage, .errorMessage {
    font-weight: bold;
    color: #ff0000;
    vertical-align: top;
    font-size: 12px;
}

#header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    //color: #81891a;
    font-size: 14px;
    font-weight: bold;
    word-spacing: 2px;
    margin: 0px 0px 10px 0px;
    }
	
textarea
{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 12px;
	width: 647px;
	height: 350px;
    margin: 0px 0px 0px 0px;
}