body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
}
a:link {
	color: #000066;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #d9d9b3;
	text-decoration: underline;	
	font-weight:bold;
}
a:visited {
	color: #666;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #999900;
	text-decoration: underline;
	font-weight:bold;
}

.header_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 25px;
}
.header_links a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.header_links a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.header_links a:visited {
	color: #ccc;
	text-decoration:none;
}
.header_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	padding: 10px;
}	

p {	margin-left:20px;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:0px;
	text-align:left;

}
.greyBorder {
	border: 1px solid #999999;
}

.greyRight {
	border-right: 1px solid #999999;
}

.greyLeft {
	border-left: 1px solid #999999;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	margin-left:20px;
	margin-bottom:5px;
	margin-top:15px;  
	text-align:left;
}

.quotation {
margin-left:40px;
margin-top:0px;
margin-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

ul {
	margin-left: 25px;
	padding-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 10px; 
	text-align:left;
}

