body{
	background-color:white;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}
div.main{
	background-image:url(../images/fade.png);
	background-repeat:repeat-y;
}

div.content{
	background-color:white;
}

img.header{
	border-bottom:5px solid #0066CC;
}

div.logo{
	background-image:url(../images/logo_background.png);
	font-family: arial, sans-serif;
	font-size:13px;
}

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: arial, sans-serif;
	font-size:13px;
}

div.text{
	font-family: arial, sans-serif;
	font-size:12px;
}

div.text h1{
	font-family: georgia, serif;
	font-size:20px;	
}
div.text h2{
	font-family: georgia, serif;
	font-size:16px;	
	margin-bottom:0px;
}
div.text h3{
	font-family: georgia, serif;
	font-size:14px;	
	margin-bottom:0px;
}
div.bottom{
	background-image:url(../images/bottom.png);	
}