.request_table {
	border-color:#336666;
	border-style:solid;
	border-width:5px;;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	margin:10px;
}

.request_table th {
	border-top-color:#336666;
	border-top-style:solid;
	border-top-width:3px;
	border-right-color:#336666;
	border-right-style:solid;
	border-right-width:3px;
	background-color:#003333;
	color:#FFFFFF;
}

.request_table td {
	border-top-color:#336666;
	border-top-style:solid;
	border-top-width:3px;
	background-color:#003333;
	color:#FFFFFF;
}

h3 {
text-align:center;
padding:2px;
margin:0px;
}

h1 {
font-size:22px;
}

body {
	background-color: #d5e3e6;
}

#bg {
background-color:#e2e2e2;
}