td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a.navi:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.navi:active {
	text-decoration: underline;
	color: #FFFFFF;
}
th {
	color: #FFFFFF;
	background-color: #660099;
	font-size: 11px;
	text-align: left;
}
input,textarea,select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660066;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	color: #660066;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}