
#left{
	background-image: url(../images/l_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 100%;
}

#middle{
	background-image: url(../images/m_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-left:5px;
	padding-right:5px;
	height: 100%;
}

#right{
	background-image: url(../images/r_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

h1{
	font-family Arial, Tahoma;
	font-size: 16pt;
	color: #f00909;
	margin-bottom:3px;
}

h2{
	font-size: 14pt;
	color: #cccccc;
	font-family: Arial, Tahoma;
	margin-bottom:3px;
}

h3{
	font-size: 12pt;
	font-family: Arial, Tahoma;
	font-style: italic;
	margin-bottom:3px;
}

p, body, td{
	font-family: Arial, Tahoma;
	font-size: 12pt;
	color: #777777;
}

.button_f1{
	text-transform: uppercase;
	font-weight:bold;
	color: #f00909;
	cursor:pointer;
	background-image: url(../images/button.gif);
	height:32px;
	width:140px;
	margin-left:3px;
	margin-bottom:2px;
}

.button_inner{
	padding-left:6px;
	padding-top:3px;
}


.button_f2{
	text-transform: uppercase;
	font-weight:bold;
	color: #f00909;
	cursor:pointer;
	background-image: url(../images/button_x.gif);
	height:32px;
	width:140px;
	margin-left:3px;
	margin-bottom:2px;
}