body {
 font-size:12px;
 font-family:Verdana;
 background-position:top;
 background-repeat:repeat-x;
 background-color:#e6e6e6;
}

/***** Links *****/
 
a {
    text-decoration:none;
    color: #666666;
}

a:visited {
    text-decoration:none;
    color: #666666;
}
A:link {
	text-decoration:none;
	color: #666666;
}
A:hover {
	text-decoration: none;
	color: #FF9900;
}
A:active {
	text-decoration:none;
	color: #666666;
}
 
table.Table_Master {
	position:absolute;
	left:0px;
	top:0px;
	width:975px;
}
