body {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial,Helvetica,Sans-Serif;
}

body {
	//margin: 10px auto 10px 10px;
}
.smh1 {
	font-size: 40%;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

table {
	margin-left: auto;
	margin-right: auto;

}

table img {
	border: none;
	padding: 5px;
}

p.center {
	text-align: center;
}

#ButtonBar {
	text-align: center;
}

#Buttons a {
	display: inline;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 10px solid #2B2B2B;
	border-right: 10px solid #6B6B6B;
	background-color: #505050;
	color: #fff;
	text-decoration: none;
	width: 100px;
	height: 30px;
}

#Buttons a:hover {
	border-left: 10px solid #606060;
	border-right: 10px solid #A0A0A0;
	background-color: #858585;
	color: #fff;
}

#mBody {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#mBody img{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.Bold {
	font-weight: bold;
}

.smtxt {
	font-size: 12px;
}

a {
	color: #50A7FE;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #85C1FE;
}