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;
}

/*input {
	font-size: 10px;
	border: 1px solid #e8be84;	
	margin-right: 2px;
}

input.imagebtn {
	border: 0;
	margin-left: 2px;
	margin-right: 2px;
}

input[type=checkbox] {
	padding: 0;
	margin: 0;
	margin-right: 4px;
	border: 0;
}

.TDatePickerButton {
	font-family: Arial;
	font-size: 11px;
	color: #4b2077;
	background: #efdbbf;
	border: 1px solid #c0a380;	
	padding: 0;
	margin: 0;
}

input.btn {
	font-family: Arial;
	font-size: 11px;
	color: #4b2077;
	background: #efdbbf;
	border: 1px solid #c0a380;	
	padding: 0;
	margin-left: 2px;
	margin-right: 2px;
}

input.btn:hover {
	color: #bc0030;
}
*/

/* style radio and checkbox buttons inside radio button lists remove border forced by button style */
.radiobuttonlist input {
	border: 0;
}

/*
textarea {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #e8be84;	
}

select {
	font-size: 10px;
	border: 1px solid #e8be84;
	margin-left: 2px;
	margin-right: 2px;
}

a {
	color: #4b2077;
}

a:hover {
	color: #bc0030;
}

a img {
	border: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	color: #4b2077; 
	font-weight: bold;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first {
	margin-top: 0;
}

h1 { font-size: 17px; margin-bottom: 6px; }
h2 { font-size: 16px; margin-bottom: 6px; }
h3 { font-size: 15px; margin-bottom: 6px; }
h4 { font-size: 14px; margin-bottom: 4px; }
h5 { font-size: 13px; margin-bottom: 4px; }
h6 { font-size: 12px; margin-bottom: 2px; }

p {
	margin: 0;
	margin-bottom: 12px;
}
*/

span.formerror,
.error,
.success {
	font-size: 11px;
	color: red;
}

.success {
	color: #4b2077;
}
