table
{
	font: 8pt verdana;
	color: black;
	padding: 0px;
	margin: 0px;
}

table.topstrip
{
	background-color: #00558F;
	width: 100%;
	height: 5px;
	padding: 0px;
	margin: 0px;
}

table.bottomstrip
{
	background-color: #00558F;
	width: 100%;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

table.topline
{
	background-color: #000000;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

table.mainmenu
{
	padding: 0px;
	margin: 0px;
	font: 9pt verdana;
}

table.content
{
	padding: 0px;
	margin: 0px;
	font: 8pt verdana;
	height: 300px;
}

tr.header
{
	text-align: center;
	text-transform: uppercase;
}

td.content_left
{
	width: 228px;
	background-color: #DCECFA;
}

td.content_right
{
	background-attachment: fixed;
	background-image: url("../images/background.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px;
}

td.label
{
	background-color: #dddddd;
	color: navy;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #999999;
}

td.cell
{
	background-color: #ffffff;
	color: black;
	padding: 2px;
	border: 1px solid #cccccc;
}

td.mainmenu_button
{
	width: 140px;
	padding: 5px;
	text-align: center;
	color: white;
	background-color: #00558F;
	border-left: 1px solid white;
}

td.mainmenu_button_active
{
	width: 140px;
	padding: 5px;
	text-align: center;
	color: #00558F;
	background-color: #7BAFDE;
	border-left: 1px solid white;
}

td.mainmenu_stripleft
{
	width: 228px;
	background-color: #00558F;
}

td.mainmenu_stripright
{
	background-color: #00558F;
	border-left: 1px solid white;
}

a:link
{
	color: #00558F;
	text-decoration: none;
}

a:link.mainmenu
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #00558F;
	text-decoration: none;
}

a:visited.mainmenu
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

a:hover.mainmenu
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #ff0000;
}

a:active.mainmenu
{
	color: #ffffff;
}

p.copyright
{
	font: 7pt verdana;
	color: black;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

p.title1
{
	font: 12pt verdana;
	font-weight: bold;
	color: #999999;
}

p.title2
{
	font: 10pt verdana;
	font-weight: bold;
	color: #cc0000;
}

p.title3
{
	font: 9pt verdana;
	font-weight: bold;
	color: #000000;
}

/* USER INTERFACE EDIT FORM FIELDS */

input.user_text
{
	width: 100%;
	background-color: #DBF7FD;
	color: navy;
	font: 9pt georgia;
	padding: 2px;
	border: 1px solid navy;
}

textarea.user_text
{
	width: 100%;
	background-color: #DBF7FD;
	color: navy;
	font: 9pt georgia;
	padding: 2px;
	border: 1px solid navy;
}

div.toolbar
{
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 5px;
	font: 9pt verdana;
}
/* end of user inteface form fields */