/* General font families for common tags */
body, table, tr, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
a:link, a:active, a:visited { text-decoration: none; color : 000000; }
a:hover { text-decoration: none; color : #EE5555; }

/* General text */
.gen
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
}
td.gen
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.gen
{
	color: ##000000;
	text-decoration: none;
}
a.gen:hover
{
	color: ##000000;
	text-decoration: none;
}
.gensmall
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
td.gensmall
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.gensmall
{
	color: #D01B1A;
	text-decoration: none;
}
a.gensmall:hover
{
	color: #D01B1A;
	text-decoration: none;
}

.gen2
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 0px;
}

.gen3
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 0px;
}

.subcat
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 0px;
}
a.subcat
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.qlink
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 0px;
}

.comm
{
	color: #cc3333;
	font-size: 12px;
	font-weight: bold;
}
p.comm
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
a.comm
{
	color: #cc3333;
	text-decoration: none;
}
a.comm:hover
{
	color: #ee5555;
	text-decoration: none;
}
a.comm:visited
{
	color: #ff6666;
	text-decoration: none;
}

.menu
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-top: 0px;
}

table.t_cat
{
	background: #CE342A url(images/cat_bg.gif) repeat-x top left;
	background-image: url(images/cat_bg.gif);
	background-repeat: repeat-x;
	background-color: #CE342A;
	color: #FFFFFF;
	font-weight: bold;
	/*padding-left: 4px;*/
	border-top-color:#EE9672;
	border-left-color:#EE9672;
	border-right-color:#532914;
	border-bottom-color:#532914;
	border-width:1px; border-style:solid;
	border-top: 1px solid #EE9672;
	border-left: 1px solid #EE9672;
	border-right: 1px solid #532914;
	border-bottom: 1px solid #532914;
}
table.t_text
{
	background: #FFEACA;
	border-top-color:#FFF8ED;
	border-left-color:#FFF8ED;
	border-right-color:#593919;
	border-bottom-color:#593919;
	border-width:1px; border-style:solid;
	border-top: 1px solid #FFF8ED;
	border-left: 1px solid #FFF8ED;
	border-right: 1px solid #593919;
	border-bottom: 1px solid #593919;
	padding-bottom: 4px;
}
table.t_subcat
{
	background: #FFEACA url(images/subcat2_bg.gif) repeat-x top left;
	background-image: url(images/subcat2_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFEACA;
	color: #FFFFFF;
	font-weight: bold;
	/*padding-left: 4px;*/
	border-top-color:#FFCB98;
	border-left-color:#FFCB98;
	border-right-color:#593919;
	border-bottom-color:#593919;
	border-width:1px; border-style:solid;
	border-top: 1px solid #FFCB98;
	border-left: 1px solid #FFCB98;
	border-right: 1px solid #593919;
	border-bottom: 1px solid #593919;
}

/* Import extra styles for IE only (NS4.x doesn't use the @import function) */
@import url("ie.css");
