/* CSS Document */

body {
	background-color: #FFF9E0;
}

td {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

a {
	color: #FF5855;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

a:hover {
	color: #FF5855;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

input,select,textarea {
	background-color: #FFCDD0;
	border: 1px solid #FF5855;
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

.noborder {
	border: 0px;
}

.table {
	background-color: #FF5855;
	width: 373;
	filter: alpha(opacity=80); }

.header {
	background-color: #FFA69B;
	font-weight: bold;
	filter: alpha(opacity=80);
}
.text {
	background-color: #FFCDD0;
	filter: alpha(opacity=80);
}

.content {
	position: absolute;
	top: 130;
	left: 360;
	width: 373; }


