/* CSS Document */

.RegularText {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: lighter;
	line-height: 20px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: lighter;
	line-height: 20px;
	color: #898989;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6A6A6;
}
a:hover {
	text-decoration: underline;
	color: #ff0101;
}
a:active {
	text-decoration: none;
	color: #ff0101;
}

ul {
	list-style-type: none;
}

.TitleRed {
	color: #FF0000;
	font-weight: bold;
}


.FrameImage {
	border: 1px solid #b1b1b1;
}

