/* CSS Document */
h1 {
	color: #0033FF;
	font-weight: bold;
	font-size: 20;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
p {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
  } 
body {
	background-color: #333333;
}
body,td,th {
	font-size: 10pt;
}
.Link, .Link, a:Link, .Link a:visited, .Link a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.Link a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #0033FF;
	text-decoration: none;
}

