.DataEntryField
{
    text-align:left;
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
	text-decoration: none;
}
.DataEntryLabel
{
    text-align:right;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}
.DataEntryLabelError
{
    text-align:left;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: red;
	text-decoration: none;
}
.DataEntryLabelNoAlign
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}
body {
	margin: 0 auto;
	padding: 0;
	font: 76% Tahoma, Arial, sans-serif;
	background: #6DC300 url(images/bg.jpg) repeat-x center top;
	color: #000000;
}

a
{
    text-decoration: none;
    color: #579e01;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #CCCCCC;
	font-size: 0.9em;
	background-color: #CE4D30;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}
	.bordered {
	border: 0.5mm solid #7EE600;
}
.borderedwhite {
	border: 0.5mm solid #FFFFFF;
}
h2 {
	font-variant: small-caps;
	margin: 0;
	padding: 6px 2px 4px 0;
	color: #000;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 0.8em;
	float: none;
	text-transform: lowercase;
	}

h2 a {
	padding: 6px 2px 2px 0;
	color: #333333;
	font-variant: normal;
	text-transform: lowercase;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	}

h2 a:visited {
	padding: 6px 2px 2x 0;
	text-decoration: none;
	color: #666666;
	text-transform: lowercase;
	}

h2 a:hover {
	padding: 6px 2px 2px 0;
	color: #FF0000;
	background: url(images/linkline.gif) repeat-x left bottom;
	font-family: Tahoma, Arial, sans-serif;
	font-variant: normal;
	text-transform: lowercase;
	}
h3 {
	font-variant: small-caps;
	margin: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E6E6E6;
	}
h4 {
	font-variant: normal;
	margin: 0;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	float: none;
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0.5em;
	background-color: #CCCCCC;
	}
p {
	color: #000000;
	font-size: 80%;
	line-height: 1.5em;
	}

p a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	}

p a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

p a:hover {
	text-decoration: none;
	color: #FF0000;
	background: no-repeat left bottom;
	}

p.sidebar {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.5em;
	}

.copyright {
	color: #666666;
	font-size: 0.6em;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
