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

body {
	background-image:url(images/background.gif);
	margin-top:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222222;
}
	
	
a {
	color:#304B28;
	text-decoration:underline;
}

a:hover {
	color:#304B28;
	text-decoration:underline;
	background-color:#CBC09B;
}


a.legal {
	color:#000000;
	font-size:10px;
	text-decoration:underline;
}

a.legal:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#FFFFFF;
}
	


.box {
	font-size:11px;
	color:#444444;
}

.rightshadow {
	background-image:url(images/shadowright.png);
	background-position:left;
	background-repeat:repeat-y;
}

.leftshadow {
	background-image:url(images/shadowleft.png);
	background-position:right;
	background-repeat:repeat-y;
}

td.regoform {
	font-size:13px;
	color:#222222;
	font-weight:bold;
}