/* CSS Document */

html, body, #wrapper {
	font-family				: Arial, Helvetica, sans-serif;
	background-color		: #000000;
	height					: 100%;
	margin					: 0;
	padding					: 0;
	border					: none;
	text-align				: center;
	}

#wrapper {
	background-color		: #000000;
	margin					: 0 auto;
	text-align				: left;
	vertical-align			: middle;
	width					: 744px;
/*	width					: 968px; */
	}

h1 {
	font-size				: large;
	}

h2 {
	font-size				: medium;
	}

h3 {
	font-size				: medium;
	font-style				: italic;
	}

h4 {
	font-size				: small;
	}

h5 {
	font-size				: small;
	font-style				: italic;
	}

h6 {
	font-size				: x-small;
	}

table {
	font-size				: small;
	}

td {
	vertical-align			: top;
	}

.content-normal {
	font-size				: small;
	color					: #FFFFFF;
	padding-left			: 20px;
	padding-right			: 20px;
	}

.content-normal a {
	color					: #FFFFFF;
	}

.footer {
	font-size				: x-small;
	color					: #FFFFFF;
	text-align				: center;
	}

.footer a {
	color					: #FFFFFF;
	}
