body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: black;
	background-color: white;
}

h1, h2, h3, h4, h5, h6
{
	color: black;
	font-family: Tahoma;
}

h1
{
	font-size: 23px;	
}

h2
{
	font-size: 21px;	
}

h3
{
	font-size: 19px;	
}

h4
{
	font-size: 17px;	
}

h5
{
	font-size: 15px;	
}

h6
{
	font-size: 13px;	
}

a
{
    color: #990000;
	text-decoration: none;
	border: 0;
	outline: 0;
}

a:visited
{
    color: #990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #ff0000;	
}

a:active
{
    color: #990000;
	text-decoration: underline;
}


.code
{
	font-family: monospace;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: gray;
	background-color: white;
}

.input
{
	font-family: monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: gray;
	background-color: white;
}

.required
{
	font-family: monospace;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: lime;
	background-color: white;
}

.info
{
	color: teal;
	background-color: white;
}

.error
{
	color: red;
	background-color: white;
}

#wrapper
{
}
.wrapper
{
}

#topcontent
{
    width: 100%;
    margin-bottom: 3px;
}
.topcontent
{
    background-color: White;
}

#language
{
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}
#language a
{
    outline: none;
}

#header
{
}

.header
{
	color: black;
	background-color: white;
}

#menu
{
}
.menu
{    
	color: black;
	background-color: white;
}

#contentwrapper
{
}
.contentwrapper
{
}

#contentleft
{
}
.contentleft
{
	color: black;
	background-color: white;
}

#content
{
}
.content
{
	color: black;
	background-color: white;
}

#contentrigt
{
}
.contentright
{
	color: black;
	background-color: white;
}

#footer
{
}
.footer
{
	color: black;
	background-color: white;
}

.clear{ clear: both; }

.spacer10{ height: 10px; }
.spacer20{ height: 20px; }
.spacer30{ height: 30px; }
.spacer40{ height: 40px; }
.spacer50{ height: 50px; }

