@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-image:url(bg_grad.jpg);
	background-repeat:repeat-x;
}
td {
	border:#dddddd 1px solid;
}
h2 {
	font-size:14pt;
	color:#4b217e;
	font-weight:bold;
}
input {
	border:#220055 1px solid;
}
textarea {
	border:#220055 1px solid;
}
#holder {
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
}
.accent1 {
	font-size:14pt;
	color:#4b217e;
	font-weight:bold;
}
.accent2 {
	font-size:12pt;
	color:#4b217e;
	font-weight:bold;
	text-align:center;
}
.accent3 {
	font-size:10pt;
	color:#4b217e;
	text-align:center;
}
.small {
	font-size:8.5pt;
	color:#555555;
}
.info {
	font-size:10pt;
	padding-left:5px;
}
