BODY
{
    FONT-SIZE: 9px;
    COLOR: black;
    FONT-FAMILY: verdana
}

html, body {
    height: 100%;
}


TD
{
    FONT-SIZE: 9px;
    COLOR: black;
    FONT-FAMILY: verdana
}
INPUT
{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana
}
SELECT
{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana
}
TEXTAREA
{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana
}

.header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    COLOR: white;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #0099ff
}

.dataLabel	{background-color:whitesmoke;
			padding:1px;}

.dataLabelHighlight	{background-color:#ffff9c;
					padding:1px;}



.outset {border-style:solid;
		border-width:1;
		background-color:#0099FF;
		border-top-color:#87CFFF;
		border-right-color:#005A96;
		border-bottom-color:#005A96;
		border-left-color:#87CFFF;}
		
.inset	{border-style:solid;
		border-width:1;
		background-color:#0099FF;
		border-top-color:#005A96;
		border-right-color:#87CFFF;
		border-bottom-color:#87CFFF;
		border-left-color:#005A96;}
		
.button	{border-style:solid;
		border-width:1;
		background-color:#0099FF;
		border-top-color:#87CFFF;
		border-right-color:#005A96;
		border-bottom-color:#005A96;
		border-left-color:#87CFFF;
		cursor:hand;}
		
.buttonHighlight	{border-style:solid;
					border-width:1;
					background-color:#4FB9FF;
					border-top-color:#B0DFFF;
					border-right-color:#0077C7;
					border-bottom-color:#0077C7;
					border-left-color:#B0DFFF; 
					cursor:hand;}
		
.buttonText			{font-family:verdana;
					color:#ffffff;
					font-size:10;
					text-decoration:none}
		
.buttonTextHighlight	{font-family:verdana;
						color:white;
						font-size:10;
						text-decoration:none}
		
.sublink	{font-family:verdana;
			color:#ffffff;
			font-size:10;
			text-decoration:none}
			
TD .tdsection {height:420px;} 
.tdtop TD {vertical-align:top;}	
.tdheight TD {height:100%;}	
.trheight {height:415px;}	
.familysection {height:390px;}	


.main {
    height: 100%;
    width: 100%;
    text-align:center;
    vertical-align: bottom;

}
.wrapper td {

    height: 100%;
    vertical-align: middle;
    text-align:left;
}

H5
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana;
    font-weight:bold;
}

H6
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana;
    font-weight:bold;
}

SELECT.mono
{
    FONT-SIZE: 11px;
    FONT-FAMILY:"Monospace, Courier New";
    
}

option
 {
    FONT-SIZE: 11px;
    FONT-FAMILY:"Courier New";
        
 }