* {
	font-family:Verdana,Arial,Helvetica,sans-serif; 
}

body {
	font-size: 11px;
	background-color: #D9E1E8;
}

table {
	width: 100%;
	margin-bottom: 8px;
}

table tr td {
	padding: 3px 0 3px 0;
}

h1 {
	font-size: 22pt;
	color: #7C2648;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	color: #000;
	font-weight: normal;
}

a {
	color: #fff;
	background-color: #7C2648;
	padding: 3px 30px 4px 30px;
	text-decoration: none;
}

input.text, select, textarea {
	border: 1px solid #7C2648;
	font-size: 11px;
	padding: 2px;
}

input.text {
	width: 250px;
}

textarea {
	width: 500px;
	
}

div#main {
	width: 510px;
}

td.radio_btn {
	width: 30px;
}
td.action {
	width: 225px;
}
