BODY
{
    FONT-SIZE: 8pt;
    COLOR: dimgray;
    FONT-FAMILY: 'Verdana';
}
.bodyContrast
{
	BACKGROUND-COLOR: '#b0c4de';
	FONT-FAMILY: 'Verdana';
	FONT-SIZE: 8pt;
}
IMG 
{
	cursor:auto;
}
.dataLabel 
{
	font-weight: bolder;
	color: dimgray;	
}
.dataLabel2
{
	COLOR: Goldenrod;
	font-weight: bolder;
	color: dimgray	
}
.bigLink 
{
	COLOR:orange;
	font-size:12pt;
	font-weight:bold;
}
.bigLink:hover 
{
	color:mediumseagreen;
}
.link 
{
	COLOR:blue;
}
.link:hover 
{
	COLOR:orange;
}
TD
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'Verdana';
}
A
{
    COLOR: white;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: Blue;
}
A:hover
{
    COLOR: Orange;
    TEXT-DECORATION: underline
}
.contrastA
{
	COLOR: Blue;
	TEXT-DECORATION: underline;	
}
.contrastA:hover
{
	COLOR: Blue;
	TEXT-DECORATION: underline;	
}
SELECT
{
    FONT-SIZE: 8pt
}
INPUT
{
    FONT-SIZE: 8pt
}
.hover
{
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: aquamarine 1px solid;
    BORDER-LEFT: aquamarine 1px solid;
    BORDER-BOTTOM: gray 1px solid
}
.pressed
{
    BORDER-RIGHT: aquamarine 1px solid;
    BORDER-TOP: gray 1px solid;
    BORDER-LEFT: gray 1px solid;
    BORDER-BOTTOM: aquamarine 1px solid
}
.noborders
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    BORDER-LEFT: white 1px solid;
    BORDER-BOTTOM: white 1px solid
}
.button 
{
	TEXT-ALIGN:left;
	text-align: center;
	width: 100%;
	height: 100%;
	LEFT: 0px;
    BORDER-BOTTOM: solid 1px lightgrey;
    BORDER-LEFT: solid 1px lightgrey;
    BORDER-RIGHT: solid 1px lightgrey;	
}
.button A
{
    TEXT-DECORATION: none;
    TEXT-ALIGN:left;
    color: Navy;
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.button STRONG
{
    TEXT-DECORATION: none;
    TEXT-ALIGN:left;
    color: navy;
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.button A:hover
{
	text-decoration: underline;
	TEXT-ALIGN: left;
	color: Navy;
	background-color: #dbe1ef;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.buttonASelected
{
	COLOR: dimgray;
	text-decoration: none;
	TEXT-ALIGN: left;
	background-color: white;
    width: 100%;
    height: 100%;
    LEFT: 0px;
    BORDER-TOP: solid 1px navajowhite;
    BORDER-BOTTOM: solid 1px navajowhite;
    BORDER-LEFT: solid 1px navajowhite;
    BORDER-RIGHT: solid 1px navajowhite;
}
.buttonASelected A
{
	COLOR: dimgray;
	text-decoration: none;
	TEXT-ALIGN: left;	
	background-color: white;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.buttonASelected A:hover
{
	COLOR: dimgray;
	text-decoration: underline;
	TEXT-ALIGN: left;
	background-color: #dbe1ef;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.buttonASelectedY
{
	COLOR: dimgray;
	text-decoration: none;
	TEXT-ALIGN: left;
	background-color: #ffffcc;
    width: 100%;
    height: 100%;
    LEFT: 0px;
    BORDER-TOP: solid 1px yellow;
    BORDER-BOTTOM: solid 1px yellow;
    BORDER-LEFT: solid 1px yellow;
    BORDER-RIGHT: solid 1px yellow;
}
.buttonASelected A
{
	COLOR: dimgray;
	text-decoration: none;
	TEXT-ALIGN: left;	
	background-color: white;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.buttonASelectedY A:hover
{
	COLOR: dimgray;
	text-decoration: underline;
	TEXT-ALIGN: left;
	background-color: #dbe1ef;
    width: 100%;
    height: 100%;
    LEFT: 0px;
}
.simpleText 
{
	text-decoration: none;
	color: black;		
}
.simpleText A
{
	font-weight: bolder;
	text-decoration: underline;
	color: dimgray;	
}
.simpleText A:hover
{
	font-weight: bolder;
	text-decoration: underline;
	color: blue;
}
.headerText
{
	TEXT-DECORATION: none;	
}
.actionButton
{
	BACKGROUND-COLOR: navajowhite;	
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: dimgray;
	CURSOR: hand;
}
.footer{
	height:20;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	background:#8da3d7;
	border-color:#7f99cc #003399 #003399 #7f99cc;
	border-width:1px;
	border-style:solid;
	padding-top:2px;
	padding-right:6px;
	padding-bottom:2px;
	padding-left:6px;
}
.footer A {
	COLOR: White;
}
.footer A:hover {
	COLOR: #ccddee;	
}