BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}
H1
{
    COLOR: #df8a0b;
    FONT-FAMILY: 'Tahoma';
    TEXT-TRANSFORM: capitalize;
    font-size: 14pt;
}
H2
{
    COLOR: #df8a0b;
    FONT-FAMILY: 'Tahoma';
    font-size: 12pt;
}
H3
{
    COLOR: #df8a0b;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}
H4
{
    COLOR: #008400;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}

H5
{
    COLOR: #c10000;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Tahoma';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}
TABLE {
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}


A:link {
	color: #004080;
	text-decoration: none;
	font-weight: bold
}
A:visited {
	color: #004080;
	text-decoration: none;
	font-weight: bold
}
A:active {
	color: #b30000;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold
}
A:hover {
	color: #b30000;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold
}


.form
{
	font-size: 9pt;
    COLOR: #333366;
	background-color: #f4f4f4;
}
.input
{
	font-size: 9pt;
    COLOR: #333366;
	background-color: #fef8ed;
}
.button
{
	background-color: #fed288;
	font-size: 9pt;
	color: #333366;
	font-weight: bold;
	cursor: pointer;
}
input.file
{
	background-color: #fed288;
	font-size: 9pt;
	color: #333366;
	font-weight: bold;
	cursor: pointer;
}

.navTableRow {
	background-color: white;
	padding: 3px;
	border-color: black;
	border-width: 1px;
	border-style: solid
}

.navTableSubRow {
	background-color: #F2DCDC;
	padding: 3px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	text-align: right
}

.navTable {
	color: black;
	font-family: "Lucida Console", Arial;
	font-weight: bold;
	font-size: 9pt;
}

.contentArea {
	padding: 10px
}

.footer {
	font-size: 8pt;
}

.requiredField {
	font-weight: bold;
	color: red;
}

.infoMsg {
	color: teal ;
	font-size: 10pt;
	font-weight: bold;
}

.errorMsg {
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

.hand {
	cursor: pointer;
}











.propertieslist
{
	font-size: 9pt;
    COLOR: #333366;
	background-color: #e9f1f8;
}
.propertyfield
{
    COLOR: #df8a0b;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}
.good
{
    COLOR: #008400;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}
.bad
{
    COLOR: #c10000;
    FONT-FAMILY: 'Tahoma';
    font-size: 10pt;
}
