<style type="text/css" media="all">
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #CCCCCC;
}
.header {
background-color: #9A060B;
color: #FFF;
font-size: 12pt;
font-weight: bold;
padding: 2px;
border-bottom: 1px solid #000;
}

td.content {
	background-color: #FFF;
	color: #0099ff;
	border: none;
	font-size: 12px;
	vertical-align: top;
	margin-top:0;
	padding: 2px;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma;
	color: #FFFFFF;
}

.style2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma;
	color: #DDDDDD;
}

.combobox {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #808080;
}


body,td,th {
	color: #666666;
	font-family: Tahoma;
	font-size: 13px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
</style>