body
{
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
}
div.container
{
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "100%" );
	height: 97%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: rgb(255,255,255) url(../img/bg.jpg) no-repeat scroll top center;
}
div.header
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: white;
	border: 0px;
	clear: both;
	/* for IE */
/*	filter: alpha(opacity=60);*/
	/* CSS3 standard */
/*	opacity: 0.6;*/
}
div.title
{
	margin: 0px;
	padding: 4px;
	border: 0px;
	clear: both;
}
.title
{
	color: rgb(0,191,0);
	font-family: arial, sans-serif;
	font-size: 48px;
	letter-spacing: 2;
	text-decoration: none;
}
div.footer
{
	clear: both;
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "100%" );
	margin: 0px;
	padding: 0px;
	color: rgb(255, 255, 255);
	border: 0px;
	clear: both;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 10px;
}
div.left
{
	float: left;
	width: 17%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.content
{
	float: left;
	width: 75%;
	border: 0px solid rgb(0,0,0);
	padding: 10px;
	color: rgb(0,0,0);
	overflow: visible;
}
imglist
{
	
}
ul
{
	list-style-type: square;
	list-style-position: outside;
}
div.download
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a.download
{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
div.base
{
	margin-bottom: 15px;
}
td.form
{
	padding: 2px 10px 2px 0px;
	border-bottom: 1px dotted #000000;
}
input.form,select.form,textarea.form
{
	border: 1px solid #000000;
}
input.error,select.error,textarea.error
{
	border: 1px solid #FF0000;
}
.text
{
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	/*letter-spacing: 1.5;*/
}
.small
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	/*letter-spacing: 1.5;*/
}
.b
{
	font-weight: bold;
}

.u
{
	text-decoration: underline;
}

.i
{
	font-style: italic;
}

