body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

a:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #f7941e;
	text-decoration: underline;

}
.allTextWhite {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.TextGray{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
}

.TextBlack{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.Title{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.SubTitle{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

.BigTitle{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #000000;
}
.CategorySelection{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.Spacing{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding:20 20 20 20;
}

.copyright{
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #5d5d5d;
}
