body
{
	font-family: Arial;
	font-size: 8pt;
	margin: 0px;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
}

img
{
	border-width: 0px;
}


/* text box */
.contentBox
{
	font-size: 8pt;
	text-align: left;
	color: #aaaaaa;
	padding: 16px 16px 16px 32px;
}

.contentBox .h1
{
	font-weight: bold;
	font-size: 12pt;
	color: #0099cc;
}

.contentBox .h2
{
	font-weight: bold;
	font-size: 10pt;
	color: #0099cc;
}

.contentBox a
{
	color: #ffffff;
	text-decoration: none;
}


/* language box */
.languageBox
{
	color: #01a1df;
	font-size: 8pt;
	font-weight: bold;
}

.languageBox a
{
	color: #01a1df;
}


/* welcome box */
.welcomeBox
{
	text-align: left;
	background-color: #00a3de;
	color: #ffffff;
	font-size: 12pt;
	padding: 8px 8px 8px 32px;
}


/* login box */
.loginBox
{
	float: left;
}

.loginBox td
{
	white-space: nowrap;
}

.loginBox .label
{
	color: #6c7477;
	font-size: 8pt;
}

.loginBox .input
{
	padding-top: 2px;
	padding-bottom: 8px;
}

.loginBox .input input
{
	width: 100%;
	border: solid 1px #ffffff;
}

.loginBox a
{
	color: #01a1df;
	font-size: 8pt;
}

.loginBox .linkStyle
{
	color: #01a1df;
	font-size: 8pt;
}


/* register box */
.registerBox
{
	white-space: nowrap;
	cursor: pointer;
}

.registerBox td
{
	color: #ffffff;
	font-size: 10pt;
	white-space: nowrap;
}

.registerBox .title
{
	color: #01a1df;
	font-size: 12pt;
}


/* links box */
.linksBox
{
	white-space: nowrap;
}

.linksBox a
{
	color: #01a1df;
	font-size: 8pt;
}

.linksBox .linkStyle
{
	color: #01a1df;
	font-size: 8pt;
}


/* button box */
.buttonsBox
{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

.buttonsBox table
{
	width: 700px;
	margin: auto;
}


/* bottom box */
.bottomBox
{
}


/* copyrigh box */
.copyrightBox
{
	color: #5f67a1;
	font-size: 8pt;
	text-align: center;
}

.copyrightBox a
{
	color: #5f67a1;
}

