html,body{
	margin: 0px;
	padding: 0px;
	background-color: #8A161B;
	background-image: url(../images/background/corner-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.7em;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
h1 {
	font-size: 2.25em;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: normal;
}
a {
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
hr {
	border: 0;
	color: #A3262C;
	background-color: #A3262C;
	height: 1px;
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
select, input,textarea{
	background-color: transparent;
	border: 1px solid #A3262C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formInput {
	width: 238px;
	height: 20px;
	padding: 2px 2px 2px 5px;
}
.formField {
	width: 238px;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
}
.formButton {
	width: 65px;
	margin-top: 5px;
}
#content {
	background-image: url(../images/background/corner-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#flashcontent {
	height: 100%;
	width: 400px;
	margin: auto;
}
#text {
	width: 480px;
	margin-bottom: 37px;
	margin-top: 60px;
}
