.menu a {
	display: block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 9px;
	text-decoration: none;
	font-weight: bold;
}


.menu a:hover {
	background-color: #CE0000;
}


.button a {
	display: block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 9px;
	text-decoration: none;
	font-weight: bold;
}


.button a:hover {
	background-color: #CE0000;
}


.left { 
	background: url(images/left.gif) no-repeat top right; 
}


.right {
	background: url(images/right.gif) no-repeat top left; 
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #980000;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


a.text:link, a.text:hover, a.text:visited {
	color: #980000;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #980000;
}


a:link		{  text-decoration:none; }
a:visited	{  text-decoration:none; }
a:hover		{  text-decoration:none; }

input.buynow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #980000;
	width: 115px;
	font-weight: bold;
	height: 30px;
	border:0px;
	cursor: hand;
}

input.buynowhover {
	background-color: #CE0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 115px;
	font-weight: bold;
	height: 30px;
	border:0px;
	cursor: hand;
}