body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	background-color: #eeeeee;
	margin: 0 auto;
	font-style: normal;
}
.input {
	font-size: 10px;
	border: solid 1px #0000a5;
}
.combtn {
	font-family:   arial, sans-serif;
	font-size:     11px;
	background-color: #33CCFF;
	border-bottom: 1px solid #003366;
	border-right:  1px solid #003366;
	border-left:   1px solid #99CCCC;
	border-top:    1px solid #99CCCC;
	color:         #0033FF;
	text-decoration:none;
	cursor:        hand;
}
a:link, a:visited, a:active  {
	color: #FFCC00;
	text-decoration:  none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #0099FF;
	text-decoration:  none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
a.body:link {
	color: #FFCC00;
	text-decoration:  none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
a.body:visited {
	color: #0099FF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
a.body:hover {
	color: #0099FF;
	text-decoration:  none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	color: #0099FF;
	line-height: 13px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	color: #0099FF;
	line-height: 13px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	font-style: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	color: #FFCC00;
	line-height: 13px;
	font-weight: normal;
}
#border {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-top-color: #0099FF;
	border-top-width: 3px;
}
#border2 {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-top-color: #33CC00;
	border-top-width: 3px;
}
#border3 {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-top-color: #FFCC00;
	border-top-width: 3px;
}
#borderTable {
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	vertical-align: top;
}
img.left {
	vertical-align: top
}
#disclaimer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	line-height: 2.5em;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
}
a.disclaimer:link {
	color: #999999;
	text-decoration:  none;
}
a.disclaimer:visited {
	color: #999999;
	text-decoration: none;
}
a.disclaimer:hover {
	color: #0099FF;
	text-decoration:  none;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	line-height: 1.4em;
	padding-right: 10px;
	font-style: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	font-weight: normal;
	text-align: right;
	line-height: 1.3em;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 780px;
	height: 420px;
	margin-top: -210px; /* half of the height */
	margin-left: -390px; /* half of the width */
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.formContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #F1F1F1;
	margin-left: 10px;
}

.correction {
	vertical-align: text-bottom;
}

.comment {
	font-size: 	11px;
	color:		#00AA00;
	font-family:	Geneva, Arial, Helvetica, sans-serif;
}

.error {
	font-size: 	13px;
	color:		#CC0000;
	font-family:	Geneva, Arial, Helvetica, sans-serif;
}

.success {
	font-size: 	13px;
	color:		#00AA00;
	font-family:	Geneva, Arial, Helvetica, sans-serif;
}

/****** DIVS *******/
#MainContainer {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}
#HeaderContainer {
	width: 100%;
	height: 105px;
}
#NavContainer {
	width: 100%;
	height:33px;
	padding-bottom: 24px;
}
#BodyContainer {
	width: 100%;
}
#LeftBodyContainer {
	width: 220px;
	text-align: left;
	float: left;
	margin-top: 50px;
}
#ContentContainer {
	width: 400px;
	float: left;
	text-align: left;
	padding-right: 38px;
}

#ContentContainerRegister {
	width: 500px;
	float: left;
	text-align: left;
	padding-right: 38px;
}

#RightBodyContainer {
	width: 212px;
	float: right;
	text-align: center;
	padding-right: 10px;
}
#footerContainer {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	line-height: 2em;
	font-weight: normal;
	text-align: left;
	border-top-style: solid;
	border-top-color: #0099FF;
	border-top-width: 3px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(images/nav/grad-footer.jpg);
	background-repeat: repeat-x;
}
#footerMenuDiv {
	width: 850px;
	margin: 0px auto;
	padding-top: 8px;
	text-align: left;
	color: #999999;
	font-weight: normal;
}
#footerMenuDiv a, #footerMenuDiv a:link, #footerMenuDiv a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footerMenuDiv a:hover {
	color: #0099FF;
	text-decoration: none;
}
