@charset "utf-8";
/* CSS Document */

html, body, #containerA, #containerB { height:100%; }

body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
html, body, #containerA, #containerB {
	background-color: #000000;
	background-image: url(Assets/Background.png);
	background-repeat: repeat;
	margin:0;
	padding:0;
	overflow:hidden;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
.Buttons {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

img
{  border-style: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
.Mini {
	font-size: 10px;
	text-align: center;
}

