	body {
	background-color: #262626;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #66FFFF;
}
a:link {
	color: #CCFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCFF00;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
td {
	font-family: Arial;
	font-size: 10pt;
}
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
INPUT, TEXTAREA, SELECT{
    font-size: 8pt;
    font-family: "Arial";
}
A.mylink
{
    font-family: "Georgia";
    color: #A8AE8B;
    text-decoration: none;
    font-size: 7pt;
}

.htmlbtn
{
    cursor: pointer;
}
