﻿body {
	background-color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	color: #ffffff;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

html {
  height: 100%;
  overflow: hidden;
}

p {text-align: left}

p.highlight {
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding: 5px;
	text-align: center;
}

p.currpage {
	font-weight: bold;
	color: #FFFFFF;
}

big.red {
	font-size: x-small;
	color: #800000
}

#flashcontent {
	height: 100%;
}

tr.grey {background-color: #EEEEEE;}

tr.blue {background-color: #CFD9E4;}

td.four-forty {
	width: 440px;
	vertical-align: top;
}

td.two-hundred {
	width: 200px;
	vertical-align: top;
}


td.eighty {
	width: 80px;
	vertical-align: top;
}

td.blue {background-color: #CFD9E4;}

td.orange {
	background-color: #690000;
	color: #FFFFFF;
	padding: 8px;
}

a.orange:link {color: #FFFFFF}
a.orange:visited {color: #FFFFFF}
a.orange:active {color: #FFFFFF}

table.container {
	margin-left: auto;
	margin-right: auto;
}


a:link {color: #FFFFFF}
a:visited {color: #696969}
a:active {color: #800000}

a.nounderline {text-decoration: none}
a.nounderline:hover {color: #FFFFFF}

a.white:link img {border: none;}
a.white:visited img {border: none;}
a.white:hover img {border: none;}
a.white:active img {border: none;}
