body {
	background-color: #000000;
	}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.blacktext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bluektext {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #038FBD;
}
.bottom {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AA2529;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #AA2429;
	border-right-color: #AA2429;
	border-bottom-color: #AA2429;
	border-left-color: #AA2429;
}
.leftbg {
	background-attachment: scroll;
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.vetticalline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AD2E33;
	background-attachment: scroll;
	background-image: url(images/tableheader-bg-dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.horizontaline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD2E33;
}
.tableheader {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AD2E33;
	background-attachment: scroll;
	background-image: url(images/tableheader-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a:link {
	color: #038FBD;
	text-decoration: none;
}
a:visited {
	color: #038FBD;
	text-decoration: none;
}
a:hover {
	color: #B03B41;
	text-decoration: none;
}

