/* CSS Document */
body{
	background: url(img/bg.jpg);
	margin: 0;
}
.slogan{
	font: 10pt Tahoma;
	color: #9D2900;
}
.heading{
	font: bold 10pt Tahoma;
	color: #FFFFFF;
	margin: 0;
	padding-left: 10px;
}
a.menuitem{
	font: 8pt Tahoma;
	color: #000;
	text-decoration: none;
}
a.menuitem:hover{
	color: #336595;
}
.navigation{
	font: bold 10pt Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.line{
	background: url(img/line.gif) repeat-x;
	font-size: 1px;
	height: 1px;
}
.text{
	font: 10pt Tahoma;
	color: #000;
}
input[type=text]{
	font: 8pt Tahoma;
	color: #000;
}
.whitetext{
	color: #FFF;
}
.quot{
	font: 12pt Arial;
}
button.green{
	background: url(img/button.gif);
	height: 28px;
	width: 35px;
	border: 0;
	cursor: pointer;
	font: bold 10pt Tahoma;
	color: #FFFFFF;
}
button.blue{
	background: transparent;
	height: 30px;
/*	width: 155px;*/
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font: bold 10pt Tahoma;
	color: #FFFFFF;
}
.next_btn{
	font: 8pt Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}