html, body, form, form p {
	margin: 0px; padding: 0px;
}

html, body, form, form p, p, textarea, td, ul, ol {
	font-size: 11px;
	line-height: 20px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color: #2a310f;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, fieldset {
	margin: 0px;
	padding: 0px;
}

/* styles for headings */
h1 	{ color: #a2bd29; font-size: 18px; font-weight: bold; margin-bottom: 0px; }
h2 	{ color: #2a310f; font-size: 18px; font-weight: bold;  margin-bottom: 0px; }
h3	{ color: #2a310f; font-size: 11px; font-weight: bold; margin-top: 30px; }
h4	{ color: #2a310f; font-size: 11px; font-weight: normal; margin-bottom: 0px; }
p 	{ color: #2a310f; line-height: 20px; }

/* links */
a:link,
a:visited			{ color:#6ac136; text-decoration:none; }
a:hover,
a:active 			{ color:#6ac136; text-decoration:none; }
a img 				{ border:none; }

/* Apply left margin:
   Only to the few elements that need it: */
li, blockquote, dd { margin-left: 1.5em; }

fieldset { border: none;}
address { color: #7F7F7F; font-style: normal; line-height: 14px;}

/* reusable classes */
.clear { clear:both; height:0; width:0; }


