@charset "utf-8";

body {
	background-color: #009ee0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #F7F7F7; 
	SCROLLBAR-HIGHLIGHT-COLOR: #009ee0; 
	SCROLLBAR-SHADOW-COLOR: #F7F7F7; 
	SCROLLBAR-3DLIGHT-COLOR: #F7F7F7; 
	SCROLLBAR-ARROW-COLOR: #009ee0; 
	SCROLLBAR-TRACK-COLOR: #F7F7F7; 
	SCROLLBAR-DARKSHADOW-COLOR: #009ee0
	SCROLLBAR-BASE-COLOR: #009ee0
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #009ee0;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.text_versal14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	text-transform: uppercase;
	color: #000000;
}

.text_versal12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009ee0;
	text-decoration: none;
}

INPUT {

	BORDER-TOP: #FFFFFF 1px solid; 
	BORDER-LEFT: #009ee0 1px solid; 
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-BOTTOM: #009ee0 1px solid; 
	WIDTH: 350px; 
	HEIGHT: 18px;
	COLOR: #009ee0; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	Font-size: 11px; 
	LINE-HEIGHT: 14px; 
	BACKGROUND-COLOR: #FFFFFF; 

}

TEXTAREA {

	BORDER-TOP: #FFFFFF 1px solid; 
	BORDER-LEFT: #009ee0 1px solid; 
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-BOTTOM: #009ee0 1px solid; 
	WIDTH: 350px; 
	HEIGHT: 120px; 
	COLOR: #009ee0; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	Font-size: 11px; 
	LINE-HEIGHT: 14px; 
	BACKGROUND-COLOR: #FFFFFF; 

}

 .button
 {
	background-color: #009ee0;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	TEXT-TRANSFORM: uppercase;
	font-size: 10px;
	height: 18px;
	margin-right: 2px;
	width: 350px;
	Cursor: hand;
	border: 1px outset #009ee0;
 }
