/* CSS Document */
body	{
	margin: 0 auto;
	text-align:center;
	background-color:#EE633A;
	}

body, table, td, p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #522C5F;
	}

.linkbutton {
	display:block;
	line-height:17px;
	background-color:#9C0E24;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.linkbutton a {
	display:block;			
	line-height:17px;
	color:#FFFFFF;
	text-decoration:none;
}
.linkbutton a:hover {
	display:block;
	line-height:17px;
	background-color:#0D7E3E;
	color:#FFFFFF;
	text-decoration:none;
}
.linkbutton2 {
	display:block;
	line-height:17px;
	background-color:#231572;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.linkbutton2 a {
	display:block;			
	line-height:17px;
	color:#FFFFFF;
	text-decoration:none;
}
.linkbutton2 a:hover {
	display:block;
	line-height:17px;
	background-color:#0D7E3E;
	color:#FFFFFF;
	text-decoration:none;
}
hr	{
	border: 1px solid #600e94;
	margin: -1px;}

.credit	{padding-left: 200px;}
.redalert { color:#FF0000; }
.whitetxt { color:#FFFFFF; }
.smtxt { font-size:10px; }
.txtHeader { font-size:15px; font-weight:bold; font-style:italic; }

#homeProds {
	display:inline;
	width:550px;
	height:135px;
	color:#9C0E24;
}
.homeItem {
	display:block;
	float:left;
	width:135px;
	height:135px;
	overflow:hidden;
	text-align:center;
}
.homeItem a {
	display:block;
	font-weight:bold;
	color:#9C0E24;
	background-color:#FFFFFF;
	text-decoration:none;
	width:135px;
	height:inherit;
}
.homeItem a:hover {
	display:block;
	font-weight:bold;
	width:135px;
	height:inherit;
	color:#9C0E24;
	background-color:#EAA651;
	text-decoration:underline;
}