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

/* Reset */
img, em, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0;border:0;outline:0;
}

ul, li { list-style-type:none; }
.clear { clear:both; }
/* Reset End */

html, body { 
	background:url(../images/back.gif) repeat top center #e4e4e4;
	margin:0px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#808000;
}

/* Heading Styles */
h1 {font-size:16px; margin:15px 0px 20px 0px; color:#19a64a; }
h2 {font-size:15px; margin:15px 0px 20px 0px; color:#19a64a; }
h3 {font-size:14px; margin:0px 0px 20px 0px; color:#19a64a; }

/* Link Styles */
a:link    { text-decoration: none; color:#396649; }
a:visited {	text-decoration: none; color:#396649; }
a:hover   { text-decoration: underline; color:#0D8136; }
a:active  { text-decoration: underline; color:#396649; }



