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: Geneva, Arial, Helvetica, sans-serif;
	/*font-family: "Courier New", Courier, monospace;*/
}

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:link
{
	color: black;
	text-decoration: none;
	border: 0;
	outline: 0;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: gray;
	text-decoration: underline;
}

a:active
{
	color: gray;
	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: inherit;
}

.info
{
	color: teal;
	background-color: inherit;
}

.error
{
	color: red;
	background-color: inherit;
}

#wrapper
{
}
.wrapper
{
}

#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;
}



