
/* body default values */
body {
	margin:0;
	padding:0;
	background-color:#000000;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/* contains text style for left side body */
.lefttext {
	font-size:13px;
	color:#000000;
	text-align:right;
}

.lefttext a:link {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.lefttext a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.lefttext a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.lefttext a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/* contains text style for right side body */
.righttext {
	font-size:13px;
	color:#FFFFFF;
}

.righttext a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.righttext a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.righttext a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.righttext a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* contains text style for footer */
.footer {
	margin:5px 0px 5px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
