{literal}
/*
//
// Standard HTML Elements
//
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	padding: 4px;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #999966;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 21px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-weight: bold;
}
p {
	line-height: 16px;
	margin-bottom: 5px;
}
ul {
	margin: 20px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}
ol {
	margin: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	text-align: left;
}
a {
	color: #333333;
}
a:hover {
	color: #999999;
}
input {
	border: 1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
textarea {
	border: 1px #666666 solid;
	font-family: Arial, Helvetica, sans-serif;
}
submit {
	background-color: #666666;
	border: 1px #000000 solid;
	color: #FFFFFF;
}

{/literal}