@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size:16px;
	margin:0px;
}
table {
    border-spacing:0;
}
body {
	background-color: #000000;
}
a:link {color:#999999;}
a:visited {color:#999999;}
a:hover {color:#999999;}
a:active {color:#999999;}
.footer_policy {
	font-size: 12px;
	color: #999999;
}
.footer_copyright {
	font-size: 12px;
	color: #999999;
	font-family: Tahoma;
}
#link2 {
	color: #FFFFFF;
	background-color: #C73824;
}
a#link2 {
	display:block;
	height:55px;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma;
	font-size:18px;
	color:#FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #C73824;
	padding-top: 6px;
	border: 1px solid #333333;
}
#link2:hover {
	background-color: #E67F1B;
	}
#button {
	cursor: pointer;
	display:block;
	height:40px;
	width:248px;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma;
	font-size:16px;
	color:#FFFFFF;
	background-color: #C73824;
	border: 1px solid #333333;
	font-weight: bold;
}
#button:hover {
	background-color:#E67F1B;
	}
