body {
	background-color: #eeeeee;
}

a {
	text-decoration: underline;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #800080;
}

a:hover {
	text-decoration: underline;
	border-width: 2px;
	background: transparent;
	color: #ff0000;
}

a:active {
	color: #ff0080;
}

a.navitem {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.navitem:link {
	color: #ffffff;
}

a.navitem:visited {
	color: #ffffff;
}

a.navitem:hover {
	text-decoration: underline;
	border-width: 2px;
	background: transparent;
	color: #000000;
}

a.navitem:active {
	color: #660066;
}



body {
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #eeeeee;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
}

em {
	font-style: italic;
} 

strong {
	font-weight: bold;
}


ol {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}

ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}

p, td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #000000;
}

p.copy {
	font-style: italic;
}


h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
}

h4 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}


.center {
	text-align: center;
	height: 100%;
}


td.mainbg {
	text-align: center;
	background-image: url("/img/united.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}

.maintable {
	height: 100%;
	text-align: center;
	border: 1px solid #000000;
	border-color: #000000;
	border-style: solid;
	background-color: #ffffff;
}

.nav {
	height: 100%;
	background-color: #cccccc;
	vertical-align: top;
	border-right: 1px solid #000000;
}

.navitems {
	vertical-align: top;
}

.content {
	height: 100%;
	vertical-align: top;
}