body { 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
	font-size: 12px;
	color: #000000; 
	margin: 0px;
} 

a { 
	text-decoration: none;
	color: #000034;
	font-size: 12px;
} 

a.blueLink { 
	text-decoration: underline;
	color: #00F;
	font-size: 12px;
} 
 
a:hover { 
	text-decoration: underline;
	color: #66669A;
} 

a.productLink { 
	text-decoration: none;
	font-size: 12px;
	color: #000000;
} 

a.productLink:hover { 
	text-decoration: underline;
	color: #66669A;
} 

dd {
	font-size: 12px;
}

table {
	border: 0px;
	border-style: none;
	padding: 0px;
	empty-cells: show;
}

td {
	padding: 0px;
	font-size: 12px;
}

td.leftBar { 
	padding: 0px;
	border-style: none;
} 

td.topBar { 
	padding: 0px;
	border-style: none;
	background-color: #000034; 
} 

table.frameBox { 
	border: 2px; 
	border-color: #4060A0; 
	border-style: solid;
	border-collapse: collapse;
	background-color: #90B0F0; 
} 
 
td.newsHeader { 
	border: 2px;
	border-color: #4060A0;
	border-style: solid;
	background-color: #4060A0; 
	color: #E0E0E0;
	font-weight: bold; 
} 

