body {
	background-color:#FFFFEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF3399;
	font-size:12px;
}

tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0066FF;
	font-size:12px;
}

tr.pair {
	background-color:#FFFFCC;
}

tr.impair {
	background-color:#FFFFAA;
}

tr.pairMouseOver {
	background-color:#FFAACC;
}

tr.impairMouseOver {
	background-color:#FFBBAA;
}

tr.headerCell, td.headerCell{
	background-color:#FFCC99;
	color:#0066FF;
	font-size:14px;
	font-weight:bold;
}

a {
	background-color:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF3399;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF3399;
	font-size:16px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	border-style: solid;
	border-color: #0066FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
input.button {
	background-color : White;
	width: 150px;
}
input.checkbox {
	color: #0066FF;
	font-weight: normal;
	border-style: solid;
	border-color:#ffffff;
	border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px;
	width: 18px;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color : White;
	border-style: solid;
	border-color: #0066FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0066FF;
	background-color : White;
}