@charset "UTF-8";
/* CSS Document */

		a.menubar:link { color: #FFFFFF; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 13px }
		a.menubar:active { color: #FFFFFF; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 13px }
		a.menubar:visited { color: #FFFFFF; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 13px }
		a.menubar:hover { color: #1e5e23; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 13px }
		
		a.smalls:link { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 10px }
		a.smalls:active { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 10px }
		a.smalls:visited { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 10px }
		a.smalls:hover { color: #1e5e23; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 10px }
		
		a.reg:link { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-style: normal; font-size: 13px }
		a.reg:active { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-style: normal; font-size: 13px }
		a.reg:visited { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-style: normal; font-size: 13px }
		a.reg:hover { color: #1e5e23; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-style: normal; font-size: 13px }
		
		a.big:link { color: #34A23C; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 16px }
		a.big:active {
	color: #34A23C;
	font-family: arial, helvetica, helv, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px
}
		a.big:visited {
	color: #34A23C;
	font-family: arial, helvetica, helv, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px
}
		a.big:hover { color: #1e5e23; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: bold; font-style: normal; font-size: 16px }
		
		a:link { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 13px }
		a:active { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 13px }
		a:visited { color: #34A23C; text-decoration: underline; font-family: arial, helvetica, helv, sans-serif; font-weight: normal; text-decoration: underline; font-style: normal; font-size: 13px }
		a:hover { color: #1e5e23; text-decoration: underline;  font-family: arial, helvetica, helv, sans-serif; font-weight: normal; font-style: normal; font-size: 13px }

p
	{ 
		font-family: arial, helvetica, helv, sans-serif;
		font-size: 13px
	}		
		
li
	{ 
		font-family: arial, helvetica, helv, sans-serif;
		font-size: 13px
	}	

td
	{ 
		font-family: arial, helvetica, helv, sans-serif;
		font-size: 13px
	}

h3
	{ 
		font-family: arial, helvetica, helv, sans-serif;
		font-size: 18px;
		color: #000000
	}

h4
	{ 
		font-family: arial, helvetica, helv, sans-serif;
		font-size: 20px;
		color: #34A23C
	}

.highlight
	{ 
		font-family: arial, helvetica, helv, sans-serif;
		font-size: 13px;
		color: #34A23C;
		font-weight: bold
	}

body
	{
		background-color: #34A23C;
		background-image:url(background.gif);
		background-repeat:repeat-x;
		background-position:top
	}.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.tableright {
	clear: right;
	float: right;
}
