@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

body,td,th {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.greyContent {font-size: 14px; color: #666666;}
.whiteContent {font-size: 14px; color: #FFFFFF;}
.whiteContentHeader {font-size: 20px; color: #FFFFFF;}
.whiteContentHeader18 {font-size: 18px; color: #FFFFFF;}
.whiteContentMedium {font-size: 17px; color: #FFFFFF;}
.style1 {
	color: #548D2A;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.style2 {font-family: Geneva, Arial, Helvetica, sans-serif}


.style5 {font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style8 {
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style9 {font-family: Geneva, Arial, Helvetica, sans-serif}


.style10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style10.5 {color: #000000}


.style11 {color: #333333}


.style12 {	color: #548D2A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style12.5 {font-family: Geneva, Arial, Helvetica, sans-serif}

.style13 {color: #666666; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; }
.style13.5 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; }
.style14 {font-size: 14px}

.style15 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #333333; font-size: 14px; }
.style15.5 {color: #000000; font-size: 12px; }


.style16 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.style18 {color: #000000; font-size: 16px; font-weight: bold; }
.style22 {color: #000000; font-size: 16px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style69 {color: #333333; }
.style70 {
	font-size: 12px
}
.style71 {color: #666666}
.style72 {font-size: 10px}

.style76 {color: #666666; font-weight: bold; }
.style79 {font-size: 12px; font-style: italic; }
.style80 {color: #FFFFFF}
.style82 {color: #78B82C; font-weight: bold; }

.uwinputstyle {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: url(./images/inputgrad.png) repeat-x #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
.uwlabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #000000;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.uwinputstyle:hover {
	border: 2px groove #FFFFFF;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.uwinputstyle:focus {
	border: 2px inset #FFFFFF;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

