body {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	background: url(images/bodyground.jpg) repeat-x #B2B2B2;
	padding:0px;
	margin:0px;
	font-size:10px;
}

td {
	font-family: "Arial Narrow", Helvetica, sans-serif;
}

th {
	font-family: "Arial Narrow", Helvetica, sans-serif;
}
h1
{
	font-family:Times New Roman;
	font-size:24px;
	color:#333;
	line-height:26px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
h3
{
	font-family:"Arial Narrow",share-regular;
	font-size:20px;
	color:#990033;
	line-height:22px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
img,form
{
	margin:0px;
	padding:0px;
	border:0px;
}
.go_button
{
	width:34px;
	height:26px;
	border:0;
	background:url(images/buttons/go.png);
	cursor:pointer;
	color:#333;
	font-size:11px;
	font-family:Arial;
}
.go_button:hover
{
	color:#fff;
}

.sign_up
{
	width:79px;
	height:32px;
	border:0;
	background:url(images/buttons/sign_up.png);
	cursor:pointer;
	font-weight:bold;
	font-size:15px;
	color:#333;
}
.sign_up:hover
{
	color:#fff;
}
.request_info
{
	width:120px;
	height:32px;
	border:0;
	background:url(images/buttons/request_info.png);
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.request_info:hover
{
	color:#fff;
}

.red
{
	font-family:Tahoma;
	color:#990033;
	text-decoration:underline;	
}
