@CHARSET "ISO-8859-1";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
}

a:link {
	color: #06F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #06F;
}

a:hover {
	text-decoration: none;
	color: #FF0090;
}

a:active {
	text-decoration: none;
	color: #0F0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.headerRow {
	background-color: #FF0066;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	border-width: thin;
	border-spacing: 0px;
	border-style: none;
	border-color: #FF0066;
	border-collapse: collapse;
}
table th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	font-style:normal;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: #FF0066;
	-moz-border-radius: ;
}
table td {
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0px;
	font-size: 15px;
	padding: 0px;
	border-style: inset;
	border-color: #FF0066;
	-moz-border-radius: ;
}

textbox {
	font-family: Arial, Helvetica, sans-serif;	
	overflow: hidden;
}