/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {
	width:134px;
	height:43;
	border:0;
	padding: 5 0 0 0;
	background: url(s_bg.jpg) no-repeat #336699;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	line-height:16px;
	background-color: #336633;
	}

.status_body {

	margin:0px; 
	background-color: #336699;

}

.status2 {
	width:134px;
	height:43;
	border:0;
	padding: 5 0 0 0;
	background: url(Tennessee/s_bg.jpg) no-repeat #FFCC33;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
	line-height:16px;
	background-color: #FFCC33;
	}

.status_body2 {

	margin:0px; 
	background-color: #FFCC33;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #336699;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #fff  url(grgrad2.gif) repeat-x;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 13px;


	}
/*
Links in the menu bar
*/

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.buy:active {
	color: #FFCC00;
	text-decoration: none;
}

a.buy:link {
	color: #FFCC00;
	text-decoration: none;
}
a.buy:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.buy:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a.cat:active {
	color: #336699;
	text-decoration: none;
}

a.cat:link {
	color: #336699;
	text-decoration: none;
}
a.cat:visited {
	color: #336699;
	text-decoration: none;
}
a.cat:hover {
	color: #336699;
	text-decoration: underline;
}


a.cat2:active {
	color: #FF9900;
	text-decoration: none;
}

a.cat2:link {
	color: #FF9900;
	text-decoration: none;
}
a.cat2:visited {
	color: #FF9900;
	text-decoration: none;
}
a.cat2:hover {
	color: #FF9900;
	text-decoration: underline;
}



a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
hr {
	border: medium dotted #34689A;
	line-height: normal;
	color: #34689A;
	white-space: nowrap;
}
h4 {
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	letter-spacing: 0em;
	text-align: 0;
	text-indent: 0px;
	vertical-align: 0%;
	word-spacing: 0em;
}
h5 {
	font-size: 12px;
	color: #34689A;
	white-space: nowrap;
}
form {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	white-space: nowrap;
}
.style1 {color: #FFFFFF}
body {
	background-color: #FFFFFF;
}
.style2 {
	color: #34689A;
	font-style: italic;
}
.style3 {
	color: #CC0000;
	font-weight: bold;
}
.style4 {color: #CC0000}