/* Global */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 3;
	margin-bottom: 0;
	color: #333;
	margin-left: 2;
}
a.top {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: white;
	font: bold;
	text-decoration: none;
}
a.top:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #ffd700;
	font: bold;
	text-decoration: underline;
}
p {
	color:#333;
}
blockquote { 
	border:1px solid #DDD;
	background-color:#f2f2f2;
	color:#333;
	padding:12px 5px;
}

.menu
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: #ffd700;
}
li {
	font-family: Verdana;
	font-size: 10pt;
}

a.link1 {
	font-family: Verdana;
	font-size: 9pt;
	color: purple;
	text-decoration: none;
}
a.link1:hover {
	font-family: Verdana;
	font-size: 9pt;
	color: green;
	text-decoration: underline;
}
