body {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	background-color: white;
	}
td {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	background: transparent;
	}
input {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	font-weight: bold
	}
select {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	background-color: blue;
	color: black;
	font-weight: bold
	}
.largeOne {
	font-size: 12pt;
	font-family: "tahoma","helvetica","arial";
	color: black
	}
.bigOne {
	font-size: 14pt;
	font-family: "tahoma","helvetica","arial";
	color: black
	}
.small {
	font-size: 8pt;
	font-family: "tahoma","helvetica","arial";
	color: black
	}
.smaller {
	font-size: 6pt;
	font-family: "tahoma","helvetica","arial";
	color: black
	}
textarea {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	background-color: #000000;
	font-weight: bold;
	}
a:link {
	color: #6699FF;
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	text-decoration: none
	}
a:hover {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	color: #FF0000;
	text-decoration: underline
	}
a:visited {
	font-size: 10pt;
	font-family: "tahoma","helvetica","arial";
	color: #6699FF;
	text-decoration: none
	}
a:active {
	font-size: 10pt;
	font-family: "tahoma", "arial";
	color: #FFFF00;
	text-decoration: underline
	}