body,td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003333
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003333
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003333
}

a { color: #003333 }

a:hover {
	color: #006666;
	text-decoration: none
}

.r8 { font-size: 8pt; }
.r8 { font-size: 8pt; font-weight: bold }

.r10 { font-size: 10pt; }
.r10b { font-size: 10pt; font-weight: bold }
 
.r12 { font-size: 12pt; }
.r12b { font-size: 12pt; font-weight: bold }

.r14 { font-size: 14pt; }
.r14b { font-size: 14pt; font-weight: bold }

.r16 { font-size: 16pt; }
 
.inp {
	font-size: 8pt;
	border: 1px;
	border-color: #FF9900;
	width: 100px;
	height: 18px;
	border-style: solid;
    }

.inpTA {
	font-size: 8pt;
	border: 1px;
	border-color: #FF9900;
	width: 190px;
	height: 40px;
	border-style: solid;
}

.inp-On {
	font-size: 8pt;
	border: 1px;
	border-color: #FF0000;
	background-color: #FF9900;
	color: white;
	width: 100px;
	height: 18px;
	border-style: solid;
    }

.inpTA-On {
	font-size: 8pt;
	border: 1px;
	border-color: #FF0000;
	background-color: #FF9900;
	color: white;
	width: 190px;
	height: 40px;
	border-style: solid;
}

.crm {
	color: #FFFFCC;
	text-decoration: underline;
}

.crm:hover {
	color: #006666;
	text-decoration; none;
}

input,select,textarea { font-size:8pt }