@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.Blog_Title {
	font-size: 24;
}
a.StoreLink:link {
	font-size: 16;
	color:#990000
}
a.StoreLink:hover {
	font-size: 16;
	color:#FFFFFF
}
.News_SmallTitle {
	font-size: 10px;
}
.Fineprint {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}
-->