.mainTD {
	background-attachment: fixed;
	background-image: url(images/slices/BG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: justify;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;

}
a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FF9933;
}
.pageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.navigation a {
	display: block;	
	padding: 4px;	
	margin: 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 10px;
	
	text-decoration: none; 
	color: #666666;
	border: 1px solid #cccccc;
	background: #fff url(images/slices/buttonbar.gif) repeat-x top ;
}

.navigation a:hover {
	display: block;	
	padding: 4px;	
	margin: 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	
	text-decoration: none; 
	color: #000033;
	border: 1px solid #000066;
	background: #fff url(images/slices/buttonbar_over.gif) repeat-x top ;
	
}
FIELDSET {
	margin:15px;
	padding:5px;
	border: 2px solid #cccccc;
}