body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: 11pt;
}

tr, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: 11pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 14pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: 11pt;
	font-weight: bold;
}

td.error, tr.error {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF66;
}

a:link { 
	color: #0066CC; 
	text-decoration: none;
}

a:active {
	color: #0066CC;
	text-decoration: none
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: 0066CC;
	text-decoration: underline;
}

.input1 { 
	border-top-width: 0px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-style: solid;
	border-color: #660066;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	background-color: transparent;
}

.input2 { 
	border: thin solid #660066; 
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}

.midilist { 
	border: thin solid #660066; 
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.required {
	font-weight : normal;
	color : red;
}
