html, body, form, form p {
	margin: 0px; padding: 0px;
}
html, body, form, form p, p, textarea, td, ul, ol {
	font-size: 100.01%;
	line-height: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

/* styles for headings */
h1 	{ color: #ff7300; font-size: 20px; margin-bottom: 10px; }
h2 	{ color: #ff7300; font-size: 16px; margin-bottom: 10px; margin-top: 15px; }
h3	{ color: #FF7300; font-size: 11px; font-weight: normal; /*margin-top: 15px;*/ }

p 	{ margin-bottom: 5px; }

ul	{ margin-bottom: 15px; }

/* links */
a:link{ color:#283360; text-decoration:none; }
a:visited{ color:#283360; text-decoration:none; }
a:hover, a:active { color:#9aa0c0; }

/* Apply left margin:
   Only to the few elements that need it: */
li, blockquote, dd { margin-left: 1.5em; }

a img { border:none; }

/* reusable classes */
.clear { clear:both; }