body, p, td, th, input, select, textarea, a
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

body
{
	margin: 0px;
}

h1
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

h2
{
	font-family: Arial, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h3
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.border-top { border-top: 1px solid #8080C0; }
.border-bottom { border-bottom: 1px solid #8080C0; }

.left { text-align: left; }
.center { text-align: center; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

.small { font-size: 7pt; }

img { border: none; }
img.leftnav { margin: 1px; }

a:link, a:visited
{
	text-decoration: none;
	color: blue;
}

a:hover { text-decoration: underline; }

a.nav:link, a.nav:visited
{
	color: #CCCCCC;
}

a.nav:hover
{
	color: white;
}

td.nav
{
	background-color: #6677DD;
	width: 132px;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 2px;
	.printer
	{
		display: none;
	}
}

@media print {
	td.nav {display: none}
	.noprint {display: none}
}

p.nav
{
	margin-top: 2px;
}

input.disabled
{
	background-color: #CCCCCC;
}


.tabbody
{
	border: 2px outset #F0F0F0;
	background-color: #FFCC99;
	padding: 4px;
}

.tab
{
	position: relative;
	border: 2px outset #F0F0F0;
	border-bottom: none;
	padding-left: 4px;
	padding-right: 4px;
	cursor: default;
	background-color: #FFCC99;
}

.selectedtab
{
	position: relative;
	border: 2px outset #F0F0F0;
	border-bottom: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: default;
	background-color: #FFCC99;
	font-weight: bold;
}

td.nav
{
	background-color: #6677DD;
	width: 132px;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 2px;
	.printer
	{
		display: none;
	}
}

body.tabbody
{
	background-color: #FFCC99;
}

.popup
{
	background-color: #FFCC99;
	margin: 5px;
}

.cancel { color: #CC0000 }

.answer
{
	color: #0000FF;
	font-weight: bold;
}

table.grid {
	border-collapse: collapse;	
}

table.grid th {
	text-align: center;
}

table.grid td {
	text-align: right;
}

table.grid td, table.grid th {
	border: solid 1px black;
	padding: 2px 5px 2px 5px;
}

.important {
	color: red;
}