body {
	background-color:#000000;
	text-align:center;
}
.main {
	background-color:#FFFFFF !important;
	font-family:Arial;
	font-size:14px;
	text-align:left;
	width:750px;
}
.maintext {
	font-family:Arial;
	font-size:13px;
	text-align:left;
}
.rel {
	position:relative;
	top:0px;
	left:0px;
	clear:both;
}
.left {
	width:150px;
	float:left;
	text-align:center;
                padding:0px;
}
.right_f {
	width:580px;
	float:right;
	text-align:left;
}
.middle  {
	width:380px;
	float:left;
	/*border:1px solid red;*/
}
.right {
	width:200px;
	float:right;
	/*border:1px solid red;*/
}
.bottom {
	background-color:#FFFFFF;
	height:9px;
	width:750px;
	clear:both;
}
.lrText, .bar {
	margin:10px 10px 0px 10px;
	width:180px;
	color:#000;
	text-align:left;
}
.bar {
	border:1px solid #CC0033;
}
.barTitle {
	background-color:#CC0033;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.barText {
	background-color:#FFF;
	color:#000;
	text-align:left;
	margin:0px 10px 0px 10px;
}
.barLink {
	margin:6px 0px 6px 0px;
	text-align:center;
	font-size:12px;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000066;
	text-decoration:none;
}
h3 {
	color:#000066;
	font-size:20px;
	text-align:center;
}
.middleText {
	margin-top:10px;
}
.middleFullText {
	margin:10px 10px 0px 0px;
}
.copyright {
	background-color:#000000 !important;
	font-family:Arial;
                color:#DFDFDF;
	font-size:10px;
	text-align:center;
	width:400px;
                float:center;
}
a.copyright {
	color:#DFDFDF;
	text-decoration:underline;
}
.pxmargin
{
margin:2px;
}