body {
	font-family: Arial;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}

a:link {
	font-size: 12px;
	color: #F58322;
	font-family: Arial;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #F58322;
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #F58322;
	font-family: Arial;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #F58322;
	font-family: Arial;
	text-decoration: underline;
}
.borderwhite {
	border: 1px solid #ffffff;
}
.title {
	font-size: 15px;
	font-weight: bold;
}
.title2 {
	font-size: 13px;
	font-weight: bold;
}
.title3 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.line {
	border-bottom: #FFFFFF 1px solid;
}
.orangetd {
	background-color: #4b4b4a;
	color: #FFFFFF;
}