/* Normal, standard links. */
a:link, a:visited
{
	color: #222222;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #4AA02C;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}



/* By default (td, body..) use Verdana in black. */
body
{
	color: #222222;
	background-color: #dcfccf;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
}

td
{
	color: #222222;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit 14pxer than normal so they align well. */
input, textarea, button
{
	font-size: 11pt;
	color: #222222;
	border: 1px solid #254117;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #dcfccf;
}
input:hover, textarea:hover, button:hover
{
	font-size: 11pt;
	color: #222222;
	border: 1px solid #254117;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #dcfccf;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit 14pxer, because it makes them look even better 8). */
select
{
	font-size: 10pt;
	font-weight: normal;
	color: #222222;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #F5F1EB;
}

/* Standard horizontal rule.. */
hr
{
	color: #222222;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #222222;
	background-color: #F5F1EB;
}

.menu, .menu a:link, .menu a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}

.menu a:hover
{
	color: #4AA02C;
	background-color: transparent;
	text-decoration: none;
}

.mail, .mail a:link, .mail a:visited
{
	color: #254117;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}

.mail a:hover
{
	color: #4AA02C;
	background-color: transparent;
	text-decoration: none;
}

