body
{
	margin: 10px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #7B917B;
}

a:link
{
	color: #5A6F5A;
}
a:active
{
	color: #5A6F5A;
}
a:visited
{
	color: #5A6F5A;
}
a:hover
{
	color: #FF0000;
}
a.section:link, a.section:visited, a.section:active
{
	color: #EEEEFF;
	text-decoration: none;
}
a.section:hover
{
	color: #EEEEFF;
	text-decoration: underline;
}
a.underline:link, a.underline:visited, a.underline:active
{
	text-decoration: none;
}
a.underline:hover
{
	text-decoration: underline;
}

textarea, select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #CFCFCF;
}

form
{
	margin: 0;
}

hr
{
	border: 0;
	height: 1px;
	color: black;
	background-color: black;
}

.tinput
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFCFCF;
}

.smaller
{
	font-size: 10px;
}
.small
{
	font-size: 11px;
}
.medium
{
	font-size: 13px;
}
