@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/header.bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	height: 136px;
	width: 100%;
	text-align:center;
}
#content {
	width: 100%;
	overflow: visible;
}
#footer {
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	width: 100%;
	text-align:-moz-center;
	!text-align:center;
}
#footer a:link, #footer a:visited, #footer a:hover {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #333333;
}

td {
	vertical-align:top;
	text-align:-moz-center;
	!text-align:center;
}

a.RoundButton {
	border:none;
	text-decoration:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}

a.RoundButton:link, a.RoundButton:visited {
	color:#000;
}

a.RoundButton:hover {
	color:#FFFFFF;
}

a.RoundButton span {
	display:inline-block;
	padding:10px;
	text-align:center;
	min-width: 50px;
	max-width: 200px;
}

a.RoundButtonSmall {
	border:none;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}

a.RoundButtonSmall:link, a.RoundButtonSmall:visited {
	color:#000;
}

a.RoundButtonSmall:hover {
	color:#FFFFFF;
}

a.RoundButtonSmall span {
	display:inline-block;
	padding:10px;
	text-align:center;
	min-width: 50px;
	max-width: 200px;
	-moz-border-radius: 10px;
	behaviour:url(border-radius-ie8.htc);
}

span.RoundButton {
	color:#000;
	border:none;
	text-decoration:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline-block;
	padding:10px;
	text-align:center;
	min-width: 50px;
	max-width: 600px;
}

span.RoundInputText {
	background-color:white;
}

span.RoundInputText input, span.RoundInputText select {
	border: 0px;
	width: 400px;
	height: 24px;
	font-size: 18px;
}

input.RedText {
	color:#F00;
}