body,td,th,tr,li,ul,ol,p,h1,h2,h3,h4,h5
.copyright,
.code
{
	font-family: Verdana, Arial, sans-serif;
}

body { 
	background-color: #FFFFFF;
}

.copyright {  font-size: 11px; font-weight: normal; color: #000000}

a:link		{  color: #0000CC; text-decoration: underline}
a:visited	{  color: #660099; text-decoration: underline}
a:active	{  color: #FF9900; text-decoration: underline}
a:hover		{  color: #FF9900; text-decoration: underline}

.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}
.tinyerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	padding: 1em 1em;
	border: 1px solid black;
	margin: 1em 2em;
	background-color:#FFFF66;
}
.codehtml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 1em 1em;
	border: 1px solid black;
	margin: 1em 2em;
	background-color:#FFFFFF;
}
.code strong {
	color: red;
}
.red {
	color: red;
}

.api {
	font-family:"Courier New", Courier, mono;
	font-size:x-large;
	font-weight:bold;
}

table {
	font-size: 90%;
}

table td {
	background-color: #CCCCCC;
}

table th {
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
}

dl dt {
	font-weight: bold;
}

.homelink {
	display: block;
	width: 200px;
	float: right;
}
.homelink label {
	display: block;
	font-size: small;
	text-align: center;
	clear: both;
}