body, tr, td, p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {

	color: #000033;
	text-decoration: underline;
}
a:hover {

	color: #FF9900;
	text-decoration: underline;
}
a:active {


	color: #FF9900;
	text-decoration: underline;
}
input, select, textarea {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.small {
	font-size: 10px;
}
a.down:link {
	color: #FFFFFF;
	text-decoration: underline;

}
a.down:visited {
	color: #FFFFFF;
	text-decoration: underline;

}
a.down:hover {
	color: #FFFFFF;
	text-decoration: none;

}
a.down:active {
	color: #FFFFFF;
	text-decoration: none;
}


.t {
    border: 1px dotted #CCCCCC;
}
.thead {
    background-color: #FFF8E3;
}
.tsel {
    background-color: #F0F0F0;
}
.trow1 {
    background-color: #F8F8F8;
}
.trow2 {
    background-color: #FFFFFF;
}