/* tag redefines */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;

}

body,td,th { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a, a:active, a:link, a:visited, a:hover { 
	color: #666600;
	text-decoration: underline;
}

hr {
	height: 1px; COLOR: #CCC;
}

input {
	border: 1px solid #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

input.button {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
	background-color: #999;
	color: #FFF;
	cursor: hand;
}

textarea {
	border: 1px solid #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: #666;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
} 

.checkbox, .radio { 
	border: 0px;
}

a.portal {
	display: block;
	height: 60px;
	width: 360px;
	position: absolute;
	top: 65px;
	left: 340px;	
}

a.portal span {display: none;}

/* custom classes */

.header, h2.generic { font-size: 150%; font-weight: bold; }

.subheader, h3.generic { font-size: 120%; font-weight: bold; }

.errormsg       { color: red; font-weight: bold; }

.catalog_crumbs { 
	font-weight: bold;
}

.catalog_cats   {
	
}

.footer {
	font-size: 11px;
}

.footer a { color: #000; }

.legal {

}
p.rss {font-size: 11px;}

