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: #000000;
}

/* 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: #A7001F; font-size: 11px; font-weight: bold; margin-bottom: 6px; }
h2 	{ color: #000000; font-size: 11px; font-weight: bold; margin-bottom: 6px; }
h3	{ color: #000000; font-size: 11px; font-weight: normal; margin-bottom: 2px; }
h4	{ color: #000000; font-size: 11px; font-weight: normal; margin-bottom: 0px; }
p 	{ color: #000000; }

/* links */
a:link,
a:visited			{ color:#555555; text-decoration:underline; font-weight: bold; }
a:hover,
a:active 			{ color:#888888; text-decoration:none; }
a img 				{ border:none; }

/* Apply left margin:
   Only to the few elements that need it: */
li, dd { margin-left: 1.5em; }
blockquote {margin: 0px;}

fieldset { border: none;}
address { color: #7F7F7F; font-style: normal; line-height: 14px;}

/* reusable classes */
.clear { clear:both; }
.clearfix::after{content:"";display:table;clear:both}
