body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #222222;
}
a.red:link, a.red:visited, a.red:hover, a.red:active {
	color: #FB400D;
	text-decoration: none;
	font-weight:bold;
}

a.yellow:link, a.yellow:visited, a.yellow:hover, a.yellow:active {
	color: #FFD027;
	text-decoration: none;
	font-weight:bold;
}

a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.black:link, a.black:visited, a.black:hover, a.black:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

img {
	border-color:#000000;
}

.text_white {
	color: #FFFFFF;
}

.text_yellow {
	color: #FFD027;
	font-weight:bold;
}

.text_red {
	color: #FB400D;
	font-weight:bold;
}

.separator {
	border-bottom:thin;
	border-bottom-style:inset;
	border-bottom-color:#000000;
}
