html, body, form, form p {
	margin: 0px; padding: 0px;
}

html, body, form, form p, p, textarea, td, ul, ol {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #5b626b;
}

/* 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: #7d8794; font-size: 20px; font-weight: normal; margin-bottom: 5px; }
h2 	{ color: #e70071; font-size: 20px; font-weight: normal;  margin-bottom: 20px; }
h3	{ color: #e70071; font-size: 12px; font-weight: bold; margin-bottom: 5px; }
h4	{ color: #e70071; font-size: 12px; font-weight: normal; margin-bottom: 0px; }

/* links */
a:link,
a:visited			{ color:#e70071; text-decoration:none; border-bottom:1px dotted #e70071; }
a:hover,
a:active 			{ color:#ffffff; text-decoration:none; border:none; background-color:#e70071;  }
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; }


