input, select, textarea	{font-family: tahoma; font-size: 10px; color: #333333; }
form		{ margin: 0px; }
a		{ font-weight: normal; text-decoration: none;}
a:hover	{ text-decoration: underline;}
.left	{
	float:left;
	}
.right	{
	float:right;
	}
.categories	{
	background-image:url("images/bg_categories.jpg");
	background-repeat:repeat-x;
	height:240px;
	border-width:2px;
	border-style:solid;
	border-color:#D1D2D4;
	padding:4px;
}
.featured	{
	background-image:url("images/bg_featured.jpg");
	background-repeat:repeat-x;
	height:244px;
	border-width:2px;
	border-style:solid;
	border-color:#D1D2D4;
	padding:4px;
}
td.selected	{
	background-image:url("images/bg_selected.gif");
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#00139F;
	width:180px;
	height:31px;
	text-align:center;
}
td.unselected	{
	background-image:url("images/bg_unselected.gif");
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#00139F;
	width:180px;
	height:31px;
	text-align:center;
}
a.unselected	{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#00139F;
}