/*
 * General Styling
 */

body {
	background-color: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	width: 100%;
	height: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
}

td {
	padding: 0;
}

a:hover {
	color: #FFFFFF;
}

.logo {
	width: 100px;
	height: 109px;
	float: right;
}

a {
	text-decoration:none;
	color: #FFFF99;
}

.title {
	font-weight: bold;
}
.title-large {
	font-weight: bold;
	font-size: x-large;
}
.title-italic {
	font-style: italic;
}
.title-italic-bold {
	font-style: italic;
	font-weight: bold;
}
.normal {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

.normal-small {
	font-size: smaller;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

.normal-bold {
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

.horizRule {
	background-color: #000000;
}
/*
 * Header Styling
 */

td.header {
	height: 114px;
	text-align: center;
}

img.header {
	width: 640px;
	height: 189px;
	text-align: center;
}

/*
 * Footer Styling
 */

body.footer {
	color: #FFFFFF;
	font-size: xx-small;
}

td.footer-left {
	text-align: left;
}

td.footer-center {
	text-align: center;
}

td.footer-right {
	text-align: right;
}


/*
 * Table of Contents Styling
 */

body.toc {
	color: #FFFF99;
	text-align: center;
}

/*
 * Sponsors Styling
 */

body.sponsors {
		text-align: center;
}

.sponsors-title {
	color: #FFFFFF;
	font-weight: bold;
}

a.sponsors {
	color: #FFFF99;
}

/*
 * Content Styling
 */

body.content {
	margin: 0;
	padding: 8px;
	background-color: #FFFF99;
	color: #000000;
}

td.content {
	padding: 0;
}

.content a {
	color: #000000;
}

.content a:hover {
	color: #b3b3b3;
}

.content-center {
	text-align: center;
}

