body { 
	font: 100% helvetica, arial, sans-serif, Verdana;
	background-color: #fff;
	color: #000066;
	height: 100%;
	margin: 0;
	padding: 0;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif, Verdana;
	font-size: 13px;
	text-align: left;
}
pre {
	font-size: 110%;
	margin: 10px;
}
tt {
	font-size: 120%;
}
code {
	font-size: 120%;
}
A:link { 
	font-family: helvetica, arial, sans-serif, Verdana;
	border: none; 
}
A:visited {
	font-family: helvetica, arial, sans-serif, Verdana;
	border: none; 
}        
A:hover { 
	font-family: helvetica, arial, sans-serif, Verdana;
	text-decoration: underline; 
	border: none; 
}
table {
        border-collapse: collapse;
}
h1 {
	font-size: 80%;
	font-weight: none;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
        font-size: 100%;
        font-weight: bold;
}

.main_menu {
	background-color: #084789;
	font-size: 90%;
	font-weight: none;
	color: #eee;
}
.main_menu a {
	color: white;
	background-color: none;
	text-decoration: none;
	padding: 3px;
	padding-bottom: 3px;
}
.main_menu a:hover {
	color: white;
	background-color: none;
	text-decoration: underline;
}
.error {
	color: red;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	border: 1px solid red;
}
.numbers {
	color: #fff;
	text-align: center;
	background-color: #143D71;
	padding: 2px;
	font-size: 120%;
	font-weight: bold;
}

.questions {
	font-family: helvetica, arial, sans-serif, Verdana;
	font-size: 90%;
	color: #000000;
	/* font: 10pt/20pt sans-serif; */
	padding: 0px 5px 0px 15px;
	font-weight: bold;
	font-style: none;
	/* letter-spacing: 0.2em; */
	word-spacing: 0.5mm;
	line-height: 150%
}



.questions_fields {
	font-family: helvetica, arial, sans-serif, Verdana;
	font-size: 100%;
	color: #000000;
	padding: 0px 15px 0px 15px;
	font-style: none;
	font-size: 80%;
}
.questions_fields_inputs {
	border: 1px inset #666;
	padding: 1px 0 1px 3px;
	background-color: none;
        font-family:helvetica, arial, sans-serif, Verdana;
        font-size:100%;
	font-weight: none;
	color: #143D71;
	font-style: normal;
}
.questions_fields_inputs:focus {
	border: 1px solid #000;
	background-color: #FFFFFF;
        font-family:helvetica, arial, sans-serif, Verdana;
        font-size:100%;
        font-weight:bold;
}


.questions_sub_text {
	font-family: helvetica, arial, sans-serif, Verdana;
	font-size: 10pt;
	color: #000000;
	padding: 0px 5px 0px 15px;
	font-style: none;
}
.form_tbl_space {
	font-size: 30px;
	background-color:#CFD3DA;
}


.btn {
        color: white;
        font-family: helvetica, arial, sans-serif, Verdana;
        font-size:110%;
        font-weight:bold;
        background-color:#084789;
        border:3px solid;
        border-top-color:#C0C0C0;
        border-left-color:#C0C0C0;
        border-right-color:#333366;
        border-bottom-color:#333366;
}
.search_span {
	font-weight:bold;
	background-color: #eee;
}
.result_sub_text {
	font-family: helvetica, arial, sans-serif, Verdana;
	font-size: 10pt;
	color: #000;
	font-weight:bold;
	padding: 0px 5px 0px 15px;
	font-style: none;
}
.result_text {
	font-family: helvetica, arial, sans-serif, Verdana;
	font-size: 10pt;
	color: #000000;
	padding: 0px 5px 0px 15px;
	font-style: none;
}
.rhr{
	border: 0;
	width: 80%;
	color: #663300;
	background-color:#663300;
	height: 1px;
}

