body {
	background-color: #FFFFFF;}
				
.layout {
	width: 700px; 
	height: 100%; 
	border: 0px; 
	padding: 0; 
	vertical-align: center; } 
	
.companyTitleCell { 
	height: 75px; 
	padding: 10px; 
	background-color: #FFFFFF; 
	color: #666666; 
	font-family: sans-serif; 
	font-size: 14px;
	font-weight: normal;
	text-align: right; }
	
.pageTitleCell {
	height: 30px; 
	width: 250px; 
	padding:10px; 
	background-color: #0000FF; 
	color: #ffffff; 
	font-family: sans-serif; 
	font-size: 16px; 
	font-weight: bold; }
	
.linksCell {
	padding:10px; 
	background-color: #0000FF; 
	color: #ffffff; 
	font-family: sans-serif; 
	font-size: 14px; }
	
.linksCell a {
	font-family: sans-serif; 
	font-size: 14px; 
	text-decoration: none; 
	color: #ffffff; }

.linksCell a:hover {
	font-family: sans-serif; 
	font-size: 14px; 
	text-decoration: underline; 
	color: #ffffff; }
	
.contentCell {
	padding: 15px; 
	background-color: #CCCCCC; 
	vertical-align: top; 
	font-family: sans-serif; 
	font-size: 12px; }
	
.copyrightCell {
	background-color: #0000FF; 
	height: 5; text-align: center; 
	font-family: sans-serif; 
	font-size: 9px; }
		
.title {
	font-family: sans-serif; 
	font-size: 14px; 
	font-weight: bold; }
	
p, td p, td li, td ul, td {
	font-family: sans-serif; 
	font-size: 12px; }
	
a {
	font-family: sans-serif; 
	font-size: 12px; 
	text-decoration: none; }
	
a:hover {
	font-family: sans-serif; 
	font-size: 12px; 
	text-decoration: underline; }