@charset "utf-8";
/* CSS Document */

body {	margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		background-color: #FFFFFF;
		scrollbar-face-color: #CC6666;
		scrollbar-arrow-color: white;
		scrollbar-track-color: #330000;
		scrollbar-shadow-color: #330000;
		scrollbar-highlight-color: maroon;
		scrollbar-3dlight-color: maroon;
		scrollbar-darkshadow-color: #000033;
}

div, td, p, input { font-family: Arial, Helvetica, sans-serif;
					font-size: 10pt;
					color: #000000;}

textarea {	 font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-style: normal;
			background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:2px;
	margin-top:0px;
	font-weight: normal;
	font-style: normal;	
}

h1 {
	font-size: 22px;	
}

h2 {
	font-size: 20px;	
}

h3 {
	font-size: 13.5pt;
	font-weight: bold;
	color: #220000;
	margin-top: 2px;
}

a {
	color: #BB0000;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #BB0000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: maroon;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}

/* classes */

.heading { 
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

.button { 	background-color: #A9233E;  
		color: white; 
		border: 1px solid black; }

.label {	text-align: right;
		padding-right: 15px;}
	
.requiredlabel {	text-align: right;
			padding-right: 15px;
			color: red;}

.numeric {	text-align: right;}