html, body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align: center;
		background-color:#F1F2F2;
		color:black;
		margin:0px;
		margin-left:auto;
		margin-right:auto;
		}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #595959}
.grau {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #595959;}
.ue1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #595959}
a {  font-weight: bold; color: #595959; text-decoration: none}
a:hover {  text-decoration: underline; }
.normal {  font-weight:normal; }
.underline {  text-decoration: underline}
.normalunderline {  font-weight: normal; text-decoration: underline}
input, textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #595959; border: #595959; border-style: solid; border-width:1px; width:20em;}
.button {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #595959; background-color:white; border: #595959; border-style: solid; border-width:1px; width:150px;}
.button1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #595959; background-color:white; border: #595959; border-style: solid; border-width:1px; width:100px;}
.noborder {  border-style: none;  width: 20px;}




/*  STANDARD FORM  */
div.app_title { color: 002A54; margin-top: 5em; margin-bottom: 2em; font-weight: bold; font-size: 11px;}
div.app_title_popup { color: 002A54; margin-top: 1em; margin-bottom: 2em; font-weight: bold; }
.error_box { color: #b00; margin-top: 1em; margin-bottom: 1em; }
.error_note { font-size: 11px; font-weight: bold; background-color : #eee; }
.error_message {  font-size: 11px; color: #b00; background-color : #eee; }
span.required { color:red; }
.field_error { color: #b00; background-color: #eee; }
.underline { text-decoration:underline; }
.thankyou { color: #555; }

table.top_menu { }
table.top_menu a { color:white; }



/* CONTACT US CLASSES */
.contact_new {color: white; background-color: #D40518;}
.contact_progress {color: white; background-color: #FFC516; }
.contact_questions {color: white; background-color: #15B54D; }
.contact_finished {color: black; background-color: #FFFFFF; }
.contact_new, .contact_progress, .contact_questions, .contact_finished {
	border:solid black 1px; font-size: 9px; 
	}