.clsMainHeader
{
	background-color: Gainsboro;
	width: 100%;
    border-width: 0 0 0 0;
    margin: 0 0 0 0;
}

A.clsResultHeaderLink
{
    color: white;
}

.clsMainFooter
{
	background-color: Gainsboro;
}

.clsTopFrameSeparator
{
	background-color: Blue;
	height: 5;
}

.clsBottomFrameSeparator
{
	background-color: Blue;
	height: 5;
}

body
{
	font-family: arial;
	font-size: 10pt;
}

.clsColumnHeader
{
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;			
}

.clsBoldText
{
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;		
}

.clsLargeText
{
	font-family: arial;
	font-size: 12pt;
}		

.clsBaseText
{
	font-family: arial;
	font-size: 10pt;
}	

.clsSmallText
{
	font-family: arial;
	font-size: 8pt;	
}

.clsResultsHeaderLite
{
	background-color: gainsboro;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	border-color: Gainsboro;
}

.clsResultsHeader
{
	background-color: gray;
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	text-align: left;
    border-bottom-width: 0px;
}

.clsSubjectHeader
{
	background-color: Gainsboro;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.clsResults
{
	border-color: Gainsboro;
	font-family: arial;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	background-color: Silver;
    border-width: 0 0 0 0;
}	

.clsResultRow
{
	background-color: White;
	vertical-align: top;
	border-color: Gainsboro;
}

.clsResultFooter
{
	border-color: gainsboro;
	font-family: arial;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	background-color: Silver;
}

.clsMenuItem
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	background-color: Gainsboro;
}

.clsMenuHeader
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
    background-color: Gray;
    color: White;
}

.clsReportTable
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: silver;
	font-family: arial;
	font-size: 10pt;	

	
}

.clsReportTableItem
{
	border-right: black 5px solid;
	border-top: black 5px solid;
	font-size: 8pt;
	padding-bottom: 5px;
	border-left: black 5px solid;
	border-bottom: black 5px solid;
	background-color: white;
}


.clsSideMenu
{
	width: 140px;
	border: 0;
	background-color: Gainsboro;
    border-collapse: collapse;
}

.WinLink
{
	text-decoration: underline;
	color: blue; 
	cursor: hand;
}

.clsLabel
{
	font-family: Arial;
	font-size: 8pt;
	background-color: Gainsboro;
    text-align: right;
    vertical-align: top;
    border-color: Gainsboro;
}

.LinkText
{
	font-family: Arial;
	font-size: 10pt;		
}

.titleFont
{
	font-family: Arial;
	font-size: 26pt;		
	font-style: italic;
	font-weight: bold
}

/* NOT USED
#Login
{
	position: relative;
	top: 100;		
	width: 300;
	height: 200;
}
*/

	.clsHotText{
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
	}
	.clsSmText{
		font-family: courier;
		font-size: 6pt;		
	}
	#placeHolder{
		position: absolute;
		top: 110;
		left: 9;
		height: 390;	
	}
	.clsBox{
		background-color: #c0c0c0;
		border-top: black 1px outset;
		border-bottom: black 1px outset;
		border-left: black 1px outset;
		border-right: black 1px outset;	
	}
	.Hidden
	{
		display: none;
	}
.clsResultsStdSize
{
	border-color: Gainsboro;
	font-family: arial;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: Silver;
    border-width: 0 0 0 0;
}	
.ALink
{
	font-size: 8pt;
	color: blue;
	font-family: Arial;
	cursor: hand ;
}