html, body, form, form p {
	margin: 0px; padding: 0px;
}

html, body, form, form p, p, textarea, td, ul, ol {
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #002A54;
}

/* 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: #c60027; font-size: 20px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; }
h2 	{ color: #c60027; font-size: 13px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; }
h3	{ color: #c60027; font-size: 13px; font-weight: normal; text-transform: uppercase; margin-bottom: 0px; }
h4	{ color: #000000; font-size: 11px; font-weight: normal; margin-bottom: 0px; }
p 	{ color: #002A54; line-height: 15px; }

/* links */
a:link,
a:visited			{ color:#c60027; text-decoration:none; border-bottom:1px dotted #ff0082; }
a:hover,
a:active 			{ color:#ffffff; text-decoration:none; border:none; background-color:#c60027;  }
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; }

