body {
	color: #333333;
	background-color: #666666;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a, a:link {
	color: #336600;
}

a:visited {
	color: #669966;
}

a:hover {
	color: #339900;
	text-decoration: none;
}

a:active {
	color: #339900;
	text-decoration: none;
}

.hoverlink {
	text-decoration: none;
}
 
.hoverlink:hover {
	text-decoration: underline;
}

.hoverlink:visited {
	color: #336600;
}

td, body, p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 140%;
}

h2, h3 {
	font-weight: bold;
	color: #4d8066;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 110%;
}

.pr1 {
	font-weight: bold;
	color:#ffffff;
}

.pr2 {
	font-weight: bold;
	line-height: 110%;
}

.small {
	font: x-small/100% Verdana, Arial, sans-serif;
}

.fp {
	font: xx-small/125% Verdana, Arial, sans-serif;
}

.news {
	font-size: medium;
	line-height: 120%;
	background-color: #f5faf5;
	color: #000;
	border-left: 6px #ffcc00 solid;
	padding: 10px 8px 10px 8px;
}

.quote {
	color: #663300;
	font-style: italic;
}

.classic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 0.075em;
	font-size: 11pt;
	line-height: 11pt;
	color: #666;
	margin-bottom: 6pt;
}

.smcaps {
	font-variant: small-caps;
}

.t1 {
	font: xx-small Verdana, Arial, sans-serif;
	padding: 5px 5px 5px 5px;
}

label,
.formtext {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:14px;
}

.required {
	font-size: 12px;
	color: #ff0000;
}

input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textfield {
	width: 200px;
	min-height: 1.8em;
}
/*\*/
* html input.textfield {
	height: 1.8em;
}

textarea {
	width: 300px;
	height: 10em;
}

.textfield,
textarea {
	font-size: 12px;
	line-height: 15px;
	padding: 2px 4px 1px 4px;
	margin-bottom: 1.6em;
	background-color: #f7f7f7;
	border: 1px solid;
	border-color: #999999 #aab3b3 #d5dddd #aab3b3;
}

.textfield:focus,
textarea:focus {
	background-color: #ffffff;
	border-color: #6ab94b #94da78 #aedf9a #94da78;
}

.submit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #2b333c;
	text-align: center;
	vertical-align: middle;
	padding: 1px 0.35em 1px 0.35em;
	background: #fefefe url(/images/form_element_bg.gif) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.submit:hover,
.submit:focus {
	border: 3px double;
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}

.submit:visited {
	color: #2b333c;
}

input.submit {
	cursor: pointer !important;
	cursor: hand;
}