body {
	background:#fff;
}

a {
	text-decoration:underline;
}

	a:link {
		color:#000000;
	}

	a:visited {
		color:#000055;
	}

	a:active {
		color:#000088;
	}

	a:hover {
		color:#0000dd;
	}

input,
textarea,
select {
	font-family:Arial, sans-serif;
	color:#000000;
	background-color:#f2e88c;
	border-width:1px;
	border-color:#f2e88c;
	border-style:solid;
	font-size:13px;
}

.maintext {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
}

.boldtext {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
}

.mainlinktext {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

.smalltext {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:13px;
}

.errortext {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#ff0000;
	line-height:13px;
}

.bigtext {
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
}