
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #666666; text-decoration: none}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: Black; text-decoration: none}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}

h4 { color:Black;font-size: 14px;}
h5 { color:#000099;font-size: 12px;}
h6 { color:#CC3333;font-size: 10px;}
h7 { color:Black;font-size: 14px;}


INPUT.required {
	border-left-color:RED;
	border-left-width:3px;
	border-left-style:solid;
}

INPUT.optional {
	border-left-color:GRAY;
	border-left-width:3px;
	border-left-style:solid;
}

INPUT.butt {
	background-color:silver;
	font-family: sans-serif;
	font-size: 11px;
	color: Navy;
	text-decoration: none;
}

INPUT.blue {
	background-color:#f2f5f7;
	font-family: sans-serif;
	font-size: 11px;
	color: Navy;
	text-decoration: none;
}

textarea.required {
	border-left-color:RED;
	border-left-width:3px;
	border-left-style:solid;
}

.required {
	border-left-color:RED;
	border-left-width:3px;
	border-left-style:solid;
}

textarea.optional {
	border-left-color:GRAY;
	border-left-width:3px;
	border-left-style:solid;
}	

input,
p,
tr,
td,
div,
span,
select,
textarea,
li {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a, a:visited {
	color:#19237E;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
	
}

img {
	border:none;
}

td.required {
	cellpadding:1;
	cellspacing:1;
	
}

td.red {
	border-left:3 solid red;
	
}

td.optional{
	border-left:3 solid gray;
	
}

td.left {
	background:#f2f5f7;
	border-bottom:1 solid #d2e4fc;
	border-right:1 solid #d2e4fc;
	color: #000099;
}

td.blue {
	background:#f2f5f7;
	color: #000099;
}

td.yellow {
	background:#ffcc00;
	color: black;
}

td.bottomline {
	border-bottom:1 solid black;
}

td.category {
	text-align:right;
}

body	{
	position: relative;
    	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:white;
}

form	{margin:0;}

hr.left	{color:#d2e4fc;}

hr.yellow {color:#ffcc00}

table {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: no-repeat;
}
	
