﻿body
{
	background-color: #285025;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a
{
	color: #5970B2;
}

a:visited
{
	color: #5970B2;
}

.pagetitle
{
	font: bold 24pt arial;
	color: #444444;
}

.bannertext
{
	font: bold 10pt arial;
	color: #444444;
	text-align: right;
	padding-right: 12px;
}

.copytext
{
	font: bold 10pt arial;
	color: #FFFFFF;
	text-align: center;
}

#tableframe
{
	width: 1024px;
	height: 100%;
	border: 1px solid #888888;
	background-color: #FFFFFF;
}

#menuframe
{
	height: 40px;
	padding: 0px;
	background-color: #6393F9;
	background-image: url(images/menuback.png);
	
}

#menutitlebar
{
	height: 30px;
	background-image: url(images/menutitlebar.png);
	color: #FFFFFF;
	text-align: center;
	font: bold 12pt arial;
}

#icframe
{
	height: 100%;
	background-color: #123456;
	border: 5px #000000;
}

#menuitem
{
	width: 100px;
}

#menuitem img
{
	cursor: hand;
}

#contentframe
{
	height: 100%;
	background-color: #FFFFFF;
	padding: 4px;
}

#sidemenu
{
	width: 184px;
	height: 100%;
	background-color: #285025;
	color: #FFFFFF;
	font: bold 10pt arial;
}

#sidemenu tr td a
{
	text-decoration: none;
	color: #FFFFFF;
}

#sidemenu tr td a:hover
{
	color: #FFFF00;
}

#hrbar
{
	height: 1px;
	padding: 0px;
	font: 1pt;
	background-image: url(images/horizbar.png);
}