@charset "iso-8859-1";

HTML
{
	overflow-x: auto;
}

BODY
{
	background-color: #78B8EA;
}

A:link, A:visited
{
	color: black;
	text-decoration: none;
	font-size: 12pt;
}

A:hover
{
	color: black;
	text-decoration: underline overline;
}

A:active
{
	color: red;
}

UL
{
	list-style-image: url('images/arrow.gif');
}

TABLE
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

IMG
{
	border-style: none;
}

IMG.current, IMG.current {
	border-left-style: solid;
	border-left-width: thin;
    border-right-style: solid;
	border-right-width: thin;
    border-color: #000000;
}

IMG.pow
{
	border-style: solid;
    border-width: thin;
}

IFRAME
{
	background-color: #FFFFFF;
}

TD
{
	background-color: #C9D8E0;
	color: black;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

TD.header
{
	background-color: #DAE9F5;
	font-weight: 900;
}

TD.header2
{
	background-color: #DAE9F5;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}

TD.leftheader
{
	background-color: #99CCFF;
	text-align: left;
}

P
{
	text-align: center;
}

INPUT, TEXTAREA
{
	background-color: #C9D8E0;
}

INPUT.submit
{
	background-color: #FFFFFF;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #000000;
    padding: 2px;
}

.main
{
	background-color: #FFFFFF;
	width: auto;
	border-style: solid;
	border-width: thin;
}

.title
{
	width: auto;
	height: 80px;
	background-color: #DAE9F5;
	background-image: url('images/octogon.jpg');
    background-position:  left top;
	background-repeat: no-repeat;
	border-bottom-style: solid;
	padding: .5em; border-left-width:thin; border-right-width:thin; border-top-width:thin; border-bottom-width:thin
}

.links
{
	position: relative;
	background-color: #99CCFF;
    top: 2px;
    float: right;
	border-style: solid;
	border-width: thin;
	width: 470px;
	text-align: center;
	padding: 1px;
	margin-top: 5px;
	vertical-align: top;
}

.bottom {
	width: auto;
	background-color: #DAE9F5;
	background-image: url('images/octogon1.jpg');
	background-repeat: no-repeat;
	border-top-style: solid;
	padding: .5em; border-left-width:thin; border-right-width:thin; border-top-width:thin; border-bottom-width:thin
}

.content
{
	width: auto;
    height: auto;
	padding: 10px;
	background-image: url('images/server.jpg');
	background-repeat: no-repeat;
	background-position:  right bottom;
}

.flash
{
	width: auto;
    height: auto;
	padding: 10px;
	background-image: url('images/flashback.jpg');
	background-repeat: no-repeat;
	background-position:  top center;
}


.error
{
	color: #FF0000;
}