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: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: white;
}

.info
{
	color: teal;
	background-color: white;
}

.error
{
	color: red;
	background-color: white;
}

#wrapper
{
}
.wrapper
{
}

#contentwrapper
{
}
.contentwrapper
{
}

#content
{
}
.content
{
	color: black;
	background-color: white;
}

.clear{ clear: both; }

.spacer10{ height: 10px; }
.spacer20{ height: 20px; }
.spacer30{ height: 30px; }
.spacer40{ height: 40px; }
.spacer50{ height: 50px; }

