<style>
<!--

a:link {
	text-decoration : underline; 
	color : #FFFFFF;
}

a:visited {
	text-decoration : underline; 
	color : #FFFFFF;
}

a:active {
	text-decoration : underline; 
	color : #FFFFFF;
}

a:hover {
	text-decoration : none; 
	color : #FFFFFF;
}

BODY {
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	scrollbar-3dlight-color:#cccccc; 
	scrollbar-arrow-color:#CC3401; 	
	scrollbar-base-color:#FF6347; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#307ba4; 
	scrollbar-highlight-color:#26759F; 
	scrollbar-shadow-color:#26759F}

H1 {
	font-family: Verdana;
	font-size: 15px;
	color : #FFFFFF;
	font-weight: bold;
}

H2 {
	font-family: Verdana;
	font-size: 11px;
	color : #FFFFFF;
	font-weight: bold;
}

H3 {
	font-family: Verdana; 
	font-size: 12px;
	color : #000000;
	font-weight: bold;
}

.mainCell {
	padding-right: 55px;
	padding-left: 10px;
	padding-top: 5px;
	font-family: verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url('images/atomation_r3_c4.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}

.tipCell {
	font-family: verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;
	background-image: url('images/atomation_side_bg.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	padding-top:18px;
}


//-->
</style> 