BODY {
background-color: #FFFFFF;
margin:0px;
padding:0px;
}

DIV.main{
width:800px;
text-align:left;
padding:0px;
}

IMG#logo{
position:relative;
left:0px;
top:0px;
}

DIV.top_line{
width:800px;
height:5px;
position:relative;
left:0px;
top:0px;
background-color:#a6b6c6;
font-size:0pt;
}

DIV.menu{
width:764px;
height:14px;
background-color:#f3f5f7;
position:relative;
top:0px;
left:0px;
border-bottom:1px solid #d1d9e1;
font-family:Verdana;
font-size:10px;
color:#577c9e;
cursor:default;
padding-top:2px;
padding-left:18px;
padding-right:18px;
}


DIV.menu A.orange:link,
DIV.menu A.orange:visited{
color:#d77909;
text-decoration:none;
font-weight:bold;
}

DIV.menu A.orange:hover{
color:#d77909;
text-decoration:underline;
font-weight:bold;
}

DIV.menu span.orange{
color:#d77909;
}

DIV.menu span.blue{
width:600px;
margin-left:16px;
color:#577c9e;
text-align:right;
}

DIV.menu A.blue:link,
DIV.menu A.blue:visited{
color:#577c9e;
text-decoration:none;
font-weight:bold;
}

DIV.menu A.blue:hover{
color:#577c9e;
text-decoration:underline;
font-weight:bold;
}

DIV.contentpage{
position:relative;
top:0px;
left:0px;
width:800px;
}

DIV.line_hr{
float:left;
position:relative;
left:0px;
width:800px;
height:16px;
border:none;
border-top:1px solid #a6b6c6;
font-size:10px;
font-family:Verdana;
color:#a6b6c6;
cursor:default;
}

DIV.line_hr SPAN{
position:absolute;
top:2px;
}

DIV.line_hr A:link,
DIV.line_hr A:visited{
color:#a6b6c6;
text-decoration:underline;
font-weight:bold;
}

DIV.register{
width:468px;
height:25px;
position:relative;
float:left;
top:23px;
}

DIV.register .separator{
width:468px;
height:3px;
background-color:#a6b6c6;
font-size:0px;
position:absolute;
left:0px;
top:0px;
}

DIV.register .strip{
width:451px;
height:17px;
background-color:#e7eaed;
position:absolute;
left:0px;
top:3px;
color:#7e8cae;
border:1px solid #d1d9e1;
border-top:none;
font-family:Verdana;
font-size:10px;
font-weight:bold;
padding-top:4px;
padding-left:15px;
}

DIV.register .strip A.pink:visited,
DIV.register .strip A.pink:link{
color:#cc0066;
text-decoration:none;
}

DIV.register .strip A.pink:hover{
color:#cc0066;
text-decoration:underline;
}

.errormessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9601;
	text-decoration: none;
}

.successmessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1061A5;
	text-decoration: none;
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}