/*********************** LAYER SECTION SECTION *************************/
div.topdiv{
	position:absolute;
	height:110px;
	width:1000px;
	text-align:center;
}
/** Background class for all layers (mode >0) **/
div.centerdiv{
	position:absolute;
	height:400px;
	width:100%;
	text-align:center;
}
/** Background class for all layers (mode >0) **/
div.bottomdiv{
	position:absolute;
	width:100%;
	text-align:center;
}
/** **/ 
a:link {color:#080;}      /* unvisited link */
a:visited {color:#040;}  /* visited link */
a:hover {color:#0A0;}  /* mouse over link */
a:active {color:#0A0;}  /* selected link */ 

table {
	border : 2px #080 groove;
	width : 800px;
}
tr {
	height:80px;
}
td{
	border : 2px #080 groove;
	text-align:left;
	padding-left:10px;
}
td.col1{
	text-align:center;
	width:20%;
}
td.col2{
	width:30%;
    font-size:14px;
}
td.col3{
	width:50%;
    font-size:14px;
}
img.id {
	height:70px; 
	width:auto; 
}
body{
	background-color:#DFD;
	font-family:Arial, Helvetica, sans-serif;
	color:#080;
    font-size:14px;
}