﻿/* General Style */

/* Begin dropdown menu style */
TABLE.menu { 
	BORDER-STYLE: none;
	VISIBILITY: hidden;
	CURSOR: hand;
	position:absolute }

#mainmenu {
	z-index: auto;
	top: 226px;
	left: 6px;
}	

TABLE.menu TD {
	BORDER-STYLE: none;
	PADDING-TOP: 2px;
	PADDING-RIGHT: 19px;
	PADDING-LEFT: 19px;
	PADDING-BOTTOM: 2px;
	FONT-FAMILY: Arial;
	FONT-SIZE: 9pt;
	FONT-STYLE: BOLD;
	COLOR: #FFFFFF;
	WHITE-SPACE: nowrap;
	BACKGROUND-COLOR: #000066 }

/* Header */
table.header {
	width: 768px;
	border: none;
	border-width: 0px;
	padding: 0px }
img.header {
	border: none;
	border-width: 0px }
a.header { style="text-decoration: none" }


/* Left Menu */
/* div.leftmenu { position: absolute; left: 5; top: 230; background-color: #FFFFFF }*/
table.leftmenu {
	margin:0px;
	width: 160px;
	height: auto;
	border: 0px;
	background-color: #FFFFFF }
img.leftmenu { border-style: none }
a.leftmenu { style="text-decoration: none" }

/* Footer */
table.footer {
	width: 768px;
	border: none;
	padding: 0px }
img.footer {
	border: none }
a.footer { style="text-decoration: none" }
	
/* Page */
table.container {
	padding: 0px;
	width: 768px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	border: none;
	border-collapse: collapse;
}
	
/* Undecorated Links */
a.plain:link {
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	text-decoration: none }
a.plain:visited {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #808080;
}
a.plain:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	font-size: 11pt;
	font-weight: bold;
}
fieldset {
	border: 1px #000080 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
	padding: 4px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000080;
}
table.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	color: #000080;
	border: 1px solid #000080;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 1px;
}
table.std TD {
	border: 1px solid #C0C0C0;
}
table.memo {
	border: 1px solid #000080;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
