body {
	background-color:	Black;
	font-family:		Verdana, Geneva, Sans-Serif;
	font-size:			14px;
	font color:			White;
	text-align:			left;
	font-style:			normal;
	font-weight:		normal;
	font-variant:		normal;
	line-height:		normal;
	letter-spacing:		normal;
	word-spacing:		normal;
	white-space:		normal;
	border-top-width:	0;
	border-right-width:	0;
	border-bottom-width:0;
	border-left-width:	0;
	top:				0;
	left:				0;
	right:				0;
	bottom:				0;
	margin:				0;
	padding:			0;
}

a:link,a:visited,a:hover,a:focus,a:active {
	color: red;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	text-align:	center;
}

.Size10Black {
	font-size: 10px;
	color: black;
}

.Size12Black {
	font-size: 12px;
	color: Black;
}

.Size12White {
	font-size: 12px;
	color: White;
}

.Size14BlackBold {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.Size16Black {
	font-size: 16px;
	color: black;
}

.Size16BlackBold {
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.Size18Black {
	font-size: 18px;
	color: black;
}

.Size18BlackBold {
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.Size24Black {
	font-size: 24px;
	color: black;
}

.Size24BlackBold {
	font-size: 24px;
	color: black;
	font-weight: bold;
}