html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #214472 url("../images/body_bg.jpg") top left repeat-x;
	text-align: center;
}

table, 
td, 
form {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}

textarea {
	width: 100%;
	height: 250px;
}