BODY
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	COLOR: white;
	BACKGROUND-COLOR: #660099;
}

.formTitles {
	font-size: 8pt;
	font-weight: bold;
}

A:LINK {
	/*color: #036594;*/
	color: white;
	/*text-decoration: none*/
}

A:VISITED {
	/*color: #036594;*/
	color: white;
	
}

A:ACTIVE {
	/*color: #036594;*/
	color: white;
	
}

A:HOVER {
	color: red;
	
}

TD
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	
}

TH
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: black
}

P
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt
	
}

A
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt
}

UL {
	list-style: square;
	
}

.nullLink {
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 9pt;
	COLOR: black;
	CURSOR: text
}

.comments {
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 7pt;
	COLOR: black
}

.normal {
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	COLOR: black
}

.nullLink {
	color: black;
	text-decoration: none
	cursor: default
}

.smallText {
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 7pt;
	COLOR: #036594
}

.theme {
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	COLOR: #036594
}


.bold {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	COLOR: Black
}


.alert {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	COLOR: Red
}


.boldTheme {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	COLOR: #036594
}

.btnSubmit {
	BACKGROUND-COLOR: ;
    BORDER-BOTTOM: #030268 1px solid;
    BORDER-LEFT: #030268 1px solid;
    BORDER-RIGHT: #030268 1px solid;
    BORDER-TOP: #030268 1px solid;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 9pt;
	CURSOR: hand
}

.trColor {
	BACKGROUND-COLOR: #C6E2FF;
}

.titleLine {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 13pt;
	COLOR: #036594
}

.subTitle {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 11pt;
	COLOR: #036594
}

.fieldColor {
	BACKGROUND-COLOR: #BDCEDE;
}

.tblFormat {
	background : Silver;
	border : thin solid #030268;
}

.rowFormat {
	border : thin solid Silver;
	BACKGROUND-COLOR: #BDCEDE
}

.rowFormatGray {
	BACKGROUND-COLOR: #ABB1B8
}

.hideLayer {
	visibility: hidden
}

.showLayer {
	visibility: visible
}

/*.button {
	border: 1px solid White;
	padding: 5px;
	width: 80px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	height: 1.25em;
	background-color: Black;
} 

button a:link {
    text-decoration : none;
    color : White;
}
.button a:hover {
    text-decoration: none;
    color : White;
    font-weight : bold;
    background : Blue;
}
.button a:visited {
    text-decoration : none;
    color : #BBBBBB;
    background : #333333;
} 
*/

.button {
	border: 0px solid White;
	padding: 0px;
	width: 80px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	height: 10px;
	background-color: white;
} 

.button a:link {
    text-decoration : none;
    color : black;
}
.button a:hover {
    text-decoration: none;
    color : White;
    font-weight : bold;
    background : Blue;
}
.button a:visited {
    text-decoration : none;
    color : #BBBBBB;
    background : #333333;
} 
