body {
background-color: #f3dc84;
font-family:arial, helvetica;
margin: 0px;
}

A:link { text-decoration: none; color:#f00; font-weight: bold; }

A:visited { text-decoration: none; color:#f00; font-weight: bold; }

A:hover {text-decoration: none; 
	 background: #f3dc84;
	 color:#111; 
	 font-weight: bold; }

img {border-color:#999}

#header {
background-color: #ccc;
background: url('../images/metal.jpg');
padding: 9px;
text-align: center;
width: 100%
}


.smallFont {
	font-family:Arial;
	font-size:10px;	
}

.normalFont {
	font-family:Arial;
	font-size:14px;	
}

.normalFontBold {
	font-family:Arial;
	font-size:14px;	
	font-weight: bold;
}

.addressFont {
	font-family:Arial;
	font-size:16px;	
	font-weight: bold;	
}

.regularFont {
	font-family:Arial;
	font-size:14px;	
}

.errorFont {
	font-family:Arial;
	font-size:14px;	
	font-weight: bold;
	color:red;
}

.titleFont {
	font-family:Arial;
	font-size:22px;
}

.livePriceFont {
	font-family:Arial;
	font-size:14px;
}

.livePriceFontRed {
	font-family:Arial;
	font-size:14px;
	color:red;
}

.livePriceFontBold {
	font-family:arial;
	font-size:14px;
	font-weight: bold;
}


.titleText {
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
}

.titleBarText {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

.redTitleText {
	font-family:Arial;
	font-size:16px;
	color:red;
}

.redTitleTextBold {
	font-family:Arial;
	font-size:16px;
	color:red;
	font-weight:bold;
}

.redTitleTextBig {
	font-family:Arial;
	font-size:20px;
	color:red;
}

.errorText {
	font-family:Arial;
	font-size:16px;
	color:red;
	font-weight:bold;
}

.disclaimerText {
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
}

.copyrightText {
	font-family:Arial;
	font-size:10px;
	font-weight: bold;
}


