/* General Styles **********************************************************/

BODY, TD {
	font-family: arial;
	cursor: default;
	}

TD {
	color: black;
	font-size: 12px;
	}

h1
	{
	font-family:Arial, sans-serif;
	font-size:27pt;
	color:#86B883;
	font-weight:normal;
	padding-right:5px;
	}
	h1 span
		{
		font-size:14pt;
		color:#9F9F9F;
		}

A {
	color: #729c6f;
	text-decoration: underline;
	}

A:hover {
	color: black;
	text-decoration: underline;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	color: green;
	height: 18px;
	border: 1px solid #C6C6C6;
	}

SELECT {
	font-family: arial;
	font-size: 11px;
	color: green;
	height: 19px;
	border: 1px solid #C6C6C6;
	}

INPUT.btn {
	font-family: tahoma;
	}

INPUT.btn#forward {
	width: 150px;
	}

INPUT.btn_sml {
	font-family: tahoma;
	letter-spacing: 1px;
	font-size: 9px;
	}

TEXTAREA.txt {
	font-family: arial;
	font-size: 11px;
	color: green;
	border: 1px solid #C6C6C6;
	overflow: auto;
	}

.small {
	font-size: 10px;
	}

.tiny {
	font-size: 9px;
	}

.micro {
	font-size: 8px;
	}

.h1 {
	font-family: 'arial narrow', arial;
	font-size: 23px;
	font-weight: bold;
	color: #006CB5;
	letter-spacing: -1px;
	}

TD.label {
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	padding-right: 3px;
	white-space: nowrap;
	}

TD.field {
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	}

TD.fieldvalue {
	text-align: left;
	vertical-align: middle;
	color: black;
	font-size: 11px;
	}

LI {
	list-style-type: disc;
	color: #86b883;
	}

.li {
	color: black;
	}

/* Print/Screen Styles **********************************************************/

@media print
{
	.onlyprint {
		visibility: visible;
		display: ;
	}

	.onlyscreen {
		visibility: hidden;
		display: none;
	}
}

@media screen
{
	.onlyprint {
		visibility: hidden;
		display: none;
	}

	.onlyscreen {
		visibility: visible;
		display: ;
	}
}

/****************************************************************************/

A.topmenu {
	font-family: arial;
	font-size: 12px;
	color: #9f9f9f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}

A.topmenu:hover {
	color: #black;
	text-decoration: none;
	}

A.topmenu-selected {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}

A.topmenu-special {
	font-family: arial;
	font-size: 12px;
	color: green;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}

A.topmenu-special:hover {
	color: #00cc00;
	text-decoration: none;
	}

A.menu_footer {
	color: #9F9F9F;
	font-size: 13px;
	text-decoration: none;
	}

A.menu_footer:hover {
	color: black;
	text-decoration: none;
	}

A.menu_footer-selected {
	font-size: 13px;
	color: black;
	text-decoration: none;
	}

.menu_footer_div {
	font-size: 18px;
	color: #EBEBEB;
	}