BODY {
/*standard body alignment*/
	text-align : center;
	font : 14px serif;
	color: black;
	background-color : white;
	text-decoration : none;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H1{
	font: 12px Verdana;
	font-weight: bold;
	color: black;
}
#mainPanel{
/*standard panel alignment*/
    position: relative;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	width : 775px;
	height:auto;
	/*border : thin Black;*/
	background-color : White;
}
.menu{
/*a full width menu for standard links*/
	width: 100%;
	height: 20px;
	border : 1px solid Black;
	background-color : #3F3F3F;
	text-align: right;
	font : 12px Verdana;
	color: white;
}

HR {
	width: 100%;
	height: 2px;
	color: white;
	background-color: white;
	border: 0;
}


A, A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	font : 12px Verdana;
	color : white;
	text-decoration : none;
}

A:HOVER {
	font : 12px Verdana;
	color : darkorange;
}

a.contact, a.contact:visited{
	font : 12px Verdana;
	color : black;
	text-decoration : none;
}

a.contact:hover{
	font : 12px Verdana;
	color : darkorange;
	text-decoration : none;	
}
#topline{
	/*background-color : #3F3F3F;*/
	background-color: black;
	font: 12px Verdana;
	color: #D9D9D9;
	width: 100%;
	height: 20px;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
}
#bottomline{
	/*background-color : #3F3F3F;*/
	background-color: white;
	font: 12px Verdana;
	color: black;
	width: 100%;
	height: 40px;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
}
td.grey{
	background-color : #D3D3D3;
}
td{
	font: 12px Verdana;
	color: black;
}	
td.scan{
	background-image : url(../images/scan2.gif);
}
#ticker{
	text-align: left;
	width: 100%;
	height: 18px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color : black;
	font : 12px Verdana;
	color: darkorange;	
}
.liner{
	width: 95%;
	height: auto;
	font : 12px Verdana;
	color: white;
	text-align: left;
	background-color: #3F3F3F;
}
.liner1{
	width: 159px;
	height: auto;
	font : 12px Verdana;
	color: white;
	padding: 4px;
	background-color: #3F3F3F;
	text-align: center;
}

.liner2{
	width: 611px;
	height: auto;
	font : 12px Verdana;
	color: black;
	padding: 4px;
	background-color: white;
	text-align: left;
}