/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	color: #FF0000;
}
h2 {
	font-size: 24px;
	color: #990000;
}
h3 {
	font-size: 18px;
	color: #FF0000;
}

.menu_INact_bkgd {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../Media/View/menu_Off.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.menu_ONact_bkgd {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF0000;
	background-attachment: scroll;
	background-image: url(../Media/View/menu_On.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

a.Menu_INact {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu_INact:visited {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu_INact:hover {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.Footer {
	font-size: 10px;
	color: #999999;
}

.Auction_Title {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.Auction_Date {
	font-size: 14px;
	color: #333333;
}