/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #AFC0D5;
	SCROLLBAR-HIGHLIGHT-COLOR: #D3DEE6;
	SCROLLBAR-SHADOW-COLOR: #23517C;
	SCROLLBAR-3DLIGHT-COLOR: #D6E0E8;
	SCROLLBAR-ARROW-COLOR: #000066;
	SCROLLBAR-TRACK-COLOR: #9CB5C7;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-COLOR: #39567E;
	text-align: center;
}

a:link {
	color: #88aaaa;
}
a:visited {
	color: #88AAAA;
}
a:hover {
	color: #00CCCC;
}
a:active {
	color: #88AAAA;
}


.label_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	text-align: right;
}

.comment_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

.comment_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: right;
}

.input_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #222222;
	background-color: #ECECFF;
	width: auto;
	border: 1px solid #1E515F;
}

.input_R_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #222222;
	background-color: #E1E2FF;
	width: auto;
	border: 1px solid #1E515F;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #222222;
	background-color: #E1E2FF;
	width: auto;
	border: 1px solid #1E515F;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3300;
	border: 1px solid #1e515f;
	background-color: #ececff;
	text-align: center;
}

.noerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #116600;
	border: 1px solid #1e515f;
	background-color: #ececff;
	text-align: center;
}
body{
background-color:#345F94;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

.leftlogo{
background-color:#39567e;
background-image:url(images/logo2.gif);
background-repeat:no-repeat;
width:37px;
height:30px;
}


h1 {
background-color:#39567e;
font-family:Tahoma, Arial, sans-serif;
font-size:18px;
color:#FFFFFF;
font-weight:bold;
}


h2 {
	padding-left:4px;
	background-color:#AAC2E1;
	font-family:Tahoma, Arial, sans-serif;
	font-size:16px;
	color:#000099;
	font-weight:normal;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
}

em{

font-size:15px;
