body {
	margin: 0px;
	background-image: url(../global/pattern.gif);
	}
	
.mainTable {
	background-color: #ffffff;
	border-left: 5px solid #003366;
	border-right: 5px solid #003366;
	border-bottom: 5px solid #003366;
	}
	
#content {
	padding: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
#content .headline {
	font-family: georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	}
	
#content .subHead {
	font-family: georgia, serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	}
	
#footer {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	}
	
#footer table {
	background-color: #6699CC;
	}
	
#footer td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	}
	
#footer a:link, a:visited, a:hover {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #666666;
	}