body{
	background-color:#ffffff;
	background-image:none;
}
p.disclaimer{
font-size:9px;
}
div.main{
	background-image:url(../images/fade.png);
	background-repeat:repeat-y;
}

div.content{
	background-color:white;
}
input.button{
	background-color: #94221f;
	width:70px;
	height:25px;
	border: solid 2px #000000;
	color:#ffffff;
	font-weight:bold;
	font-family: helvetica, arial, sans-serif;
	font-size:13px;
}
img.header{
	border-bottom:5px solid #94221f;
}

div.logo{
	background-image:url(../images/logo_background.png);
	font-family: helvetica, arial, sans-serif;
	font-size:13px;
}
div.hide_internal_title{
	text-decoration:underline;
}
div.form{
	border:1px solid black;
	border-top:0px;
	background-image:url(../images/form_background.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:white;
	text-align:left;
	font-family: helvetica, arial, sans-serif;
	font-size:13px;
}

div.text{
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	line-height: 14pt
}

div.text h1{
	font-family: helvetica, arial, sans-serif;
	font-size:16px;	
	color:#94221f;
}
div.text h2{
	font-family: helvetica, arial, sans-serif;
	font-size:15px;	
	margin-bottom:0px;
}
div.text h3{
	font-family: helvetica, arial, sans-serif;
	font-size:14px;	
	margin-bottom:0px;
}
div.bottom{
	background-image:url(../images/bottom.png);	
}
