body
	{
	background-color: #262626;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	padding : 0;
	margin : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	font-family: arial;
	font-size: 9pt;
	color: silver;
	}
	
	
table.shadowTable
	{
	/*Remove below line to remove shadow. Below line should always appear last within this CSSfilter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='black', Positive='true'); 
	*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#484848,direction=135);
	background-color: white;
	}


table.outlined
	{
	/*background-color: e1e1e1;
	*/
	border-width : 1px;
	border-color : silver;
	border-style : solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	}


.generic
	{
	font-size: 9pt;
	}	

	
.generic_sm
	{
	font-size: 7pt;
	}	


	
td.contentBx
	{
	background-color: #323232;
	padding:10px;
	}

td.contentHLine
	{
	background-color: gray;
	}
.contentBx_heading
	{
	color: white;
	font-weight: bold;
	}
	
.company_bullet
	{
	font-size:7pt;
	color: #ff6600;
	}

.company_on
	{
	font-size:7pt;
	color: #ff6600;
	font-weigh:bold;
	}

.company_off
	{
	font-size:7pt;
	color: gray;
	}


a.company
	{
	font-size:7pt;
	color: gray;
	text-decoration: none;
	}	


a.company:hover
	{
	font-size:7pt;
	color: #ff6600;
	text-decoration: underline;
	}	


a.more
	{
	font-size:6pt;
	color: white;
	text-decoration: none;
	}	
	

a.more:hover
	{
	font-size:6pt;
	color: #ff6600;
	}	

.contact
	{
	font-size:8pt;
	color: silver;
	font-weight: normal;
	padding-left: 10px;
	}
	
a.contact
	{
	font-size:8pt;
	color: silver;
	text-decoration: none;
	font-weight: normal;
	}	
	

a.contact:hover
	{
	font-size:8pt;
	color: #ff6600;
	}	


td.label
	{
	font-family: arial;
	color: #8a8a8a;
	font-size:12pt;
	font-weight: bold;
	padding-right : 0px;
	text-align:right;
	}		
	
	
form
	{
	margin : 2px;
	}


input.bx
	{
	background-color: silver;
	border-color: white;
	border-style: solid;
	border-width: 1;
	font-size: 8pt;
	}	


input.btn
	{
	background-color: #B5C2C1;
	border-color: black;
	border-style: solid;
	border-width: 1;
	font-size: 8pt;
	color:white;
	font-weight: bolder;
	padding : 2px;
	}	

select
	{
	font-size: 8pt;
	}	


.hiLite
	{
	color:white;
	font-size:8pt;
	font-weight: bold;
	}
	

td.box_heading
	{
	background-color:#B5C2C1;
	color:white;
	font-weight:bold;
	}	


div.menu 
	{
	width: 100px;
	height: 20px;
	background: #989898;
	}

	
div.menu_onPage
	{
	width: 100px;
	height: 20px;
	background: silver;
	color: black;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	padding-top : 2px;
	}

	
	
#dhtmltooltip
	{
	/*Remove below line to remove shadow. Below line should always appear last within this CSSfilter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	*/
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#909090', Positive='true'); 
	position:absolute;
	visibility: hidden;
	font-family:arial;
	font-size:8pt;
	z-index: 100;
	}
	
table.detailsPop
	{
	background-color: white;/*e1e1e1;*/
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	font-family: arial;
	font-size: 8pt;
	}

	
table.helpPop
	{
	background-color: #ffffcc;/*e1e1e1;*/
	border-width : 1px;
	border-color : black;
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	font-family: arial;
	font-size: 8pt;
	}


.positionPageLabel
	{
	position:absolute; 
	left:480; 
	top:40;
	color:white;	
	font-family: arial;
/*	color: #262626; */
	color: white; 
	font-size:14pt;
	font-weight: bold;
	}	
