html, body, form, div, span, td, th, font, p, input, textarea, select {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #4b2077;
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

a, a:hover {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #4b2077;
	text-decoration: underline;
}

a:hover {
	color: #e2a307;
	text-decoration: underline;
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

table thead th {
	text-align: left;
}

table img {
	vertical-align: top;
}

p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border: 0;
}

hr {
	color: #af9cc4;
	background-color: #af9cc4;
	height: 2px;
	border: 0;
}

hr.clear { 
	visibility: hidden;
	clear: both;
	height: 0; 
}

/* IE bug with br tag letter spacing */
br {
	letter-spacing: normal;
}

/* image styles in paragraphs */
p img {
	margin: 8px;
}

p img[style="float: left;"] {
	margin: 10px;
	margin-left: 0;
}

p img[style="float: right;"] {
	margin: 5px;
	margin-right: 0;
}

p img:first-child {
	margin-top: 0;
}


/* style radio and checkbox buttons inside radio button lists remove border forced by button style */
.radiobuttonlist input {
	border: 0;
}

span.formerror,
.error,
.success {
	font-size: 11px;
	color: red;
}

.success {
	color: #4b2077;
}

#page_banner textarea{width:300px;height:100px;}
