﻿body {
}

A {
    COLOR: blue; FONT-FAMILY: Verdana; FONT-SIZE: 3mm; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
    }
    a:hover {
    text-decoration: none;
    color: #ff0000;
    }

.formText {
	font-family: Verdana;
	font-size: 8pt;
}
.formTextHeader {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
.formRedText {
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}
.formRedTextHeader {
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
}
.addressText {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
}
.exampleText {
	font-family: Verdana;
	font-style: italic;
	font-size: 8pt;
}

.hurraheader {
   font-family: Verdana;
   font-size: 9pt;
}	

.hurraheader2 {
   font-family: Verdana;
   font-size: 11pt;
}

.hurraheader3 {
   font-family: Verdana;
   font-size: 10pt;
}

 .hurrastyle1 {
   font-family: Verdana;
   font-size: 8pt;
}	

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopupTitleBar {
    background-color:Blue;
    border-width:0px;
    border-style:outset;
    border-color:Blue;
    padding:3px;
    height:15px;
    color:White;
    font-weight:bold;
    font-family: Verdana;
    border-bottom:outset 2px;
} 

.autocomplete_completionListElement 
{  
	visibility: hidden; 
	margin : 0px;

	background-color: inherit; 
	color : windowtext;

	border : buttonshadow; 
	border-width : 0px;

	border-style : solid; 
	cursor : 'default';

	overflow : auto; 
	height : 200px;

	text-align : left; 
	list-style-type:  none;

	font-family: verdana; 
	font-size: 8pt; 

}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99; 
	color: black;
	padding: 1px; 
	text-align : left;
}


/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window; 
	color : windowtext;
    margin-left:0px;
    margin-right:auto;
	padding : 1px; 
	text-align : left;
}

#content 
{
text-align: center;
margin-left:auto;
margin-right:auto;
width: 560px;
}
