a
{
text-decoration : none;
color: #ff6e01;
border-bottom: 1px dotted #ff6e01;
}
a:link
{
}
a:visited
{
}
a:hover
{
color : #205cB6;
border-bottom: 1px dotted #205cB6;
}
a:active
{
color : #000000;
border-bottom: 1px dotted #000000;
}


body
{
	margin: 0px;
	padding: 0px;
	background-color: #080808;
	font-family: sans-serif;
	font-size: small;
}
div.Ignore
{
width: 0px;
height: 0px;
margin: 0px;
padding: 0px;
}
div.Background
{
}
div.BottomShadow
{
	display: none;
}
div.Header
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
div.Header a
{
	border-bottom: none;
}
div.Menu
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #df4e00;
	padding: 10px;
	text-align: center;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
div.Menu a
{
	margin-left: 15px;
	margin-right: 15px;
	color: white;
	font-weight: bold;
	border-bottom: none;
}
div.Menu a:hover
{
	border-bottom: 1px solid white;
}
div.Body
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: white;
	background-color: black;
}
div.Sidebar
{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
	width: 300px;
	padding: 10px;
	border: 1px dashed white;
	background-color: #20304d;
}
div.Container
{
}
div.Footer
{
	text-align: center;
	padding: 3px;
	clear: both;
	font-size: x-small;
}
div.Box
{
	padding: 10px;
	background-color: #00102d;
	border: 1px #003c96;
}

span.h1
{
	font-size: xx-large;
	font-weight: bold;
	font-family: sans-serif;
	color: #ff6e01;
}
h1
{
	font-size: xx-large;
	font-weight: bold;
	font-family: sans-serif;
	color: #ff6e01;
}
span.h2
{
	font-size: large;
	font-weight: bold;
	font-family: sans-serif;
	color: #ff6e01;
}
h2
{
	font-size: large;
	font-weight: bold;
	font-family: sans-serif;
	color: #ff6e01;
}
span.emphasis
{
	font-weight: bold;
}
hr
{
	border: none;
	border-top: 1px solid white;
}
td
{
	padding: 10px;
	vertical-align: top;
}
img
{
	border: none;
	border-bottom: none;
}
table
{
	border: none;
	margin-left: auto;
	margin-right: auto;
}
