/* globals */
html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #000033;
}

strong {
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold;
	color: #b9af36;
}

h1 {
	margin: 10px 20px 10px 0;
	font-size: 20px;
	font-style: normal; 
	font-weight: normal;
	color: #b9af36;
}

h2 {
	margin: 10px 20px 10px 0;
	font-size: 15px;
	font-style: normal; 
	font-weight: normal;
	color: #b9af36;
}

#Credits {
	margin: 0 30px 0 30px;
	font-size: 12px;
	color: #FFF;
}

a.Credits {	
	color: #FFF;
	text-decoration: underline;
}

a.Credits:hover {
	text-decoration: none;
}

a.Active {
	font-size: 13px;
	margin: 0 8px 0 8px;
	color: #FFF;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	font-size: 13px;
	margin: 0 8px 0 8px;
	color: #241c45;
	text-decoration: none;
}
a.NotActive:hover {
	text-decoration: underline;
}

a.MainContent {	
	font-size: 13px;
	color: #b9af36;
	text-decoration: underline;
}

a.MainContent:hover {
	text-decoration: none;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

#MainContent {
	margin: 50px 40px 30px 40px;
}

