html, body {
    height: 100%;
}
body {
	background-image: url(images/bg_01.gif);
	background-repeat: repeat;
	margin: 0;
    padding: 0;
    text-align: center;
	
}
/* Hack for IE */
* html #container {
    height: 100%;
}
/* End IE Hack */ 
#container {
	background-color: #FFFFFF;
	height: 100%;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	text-align: center;
}
.ArialSmRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C61421;
}
.ArialSmRed a {
	text-decoration:none;
	color: #C61421;
}
.ArialSmRed a:hover {
	text-decoration:underline;
	color: #C61421;
}.ArialLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.ArialMedGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}
.ArialMedGrey a {
	text-decoration:none;
	color: #C61421;
}
.ArialMedGrey a:hover {
	text-decoration:underline;
	color: #C61421;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.Footer a {
	text-decoration:none;
	color: #C61421;
}
.Footer a:hover {
	text-decoration:underline;
	color: #C61421;
}
.PresInputWidth {
	width:325px;
}
.FormNoBorder {
	padding:0px;
	margin:0px;
}
.PresViewLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.PresViewLink a {
	text-decoration:none;
	color: #000000;
}
.PresViewLink a:hover {
	text-decoration:underline;
	color: #000000;
}