P  {}

BODY {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color:white;
}

a:hover {
	text-decoration: underline;
	color:#ff6600;
}

h1 {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;
	color:black;
}

h2 {
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;
}

.catheader {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: blue;
	text-decoration: none;
}

a.catheader:link {
	color: white;
}
a.catheader:visited {
	color: white;
}
a.catheader:hover {
	color: red;
}

.catlinks {
	font-family: arial, helvetica;
	font-size: 9px;
	font-color: black;
}

.catlist {
	font-size: 10px;
	color: black;
	text-decoration: none;
	border-color: black;
	border-width:0 1 1 0;
}

td.infochunk {
	background: #e3e3e3; 
	border-width: 1 1 1 1; 
	border-color: #666666; 
	border-style: solid; 
	padding: 5px; 
}

td.pagechunk {
	background-color: #f9f9f9;
	border-style: solid;
	border-color: #999999; 
	border-width: 0 1 1 1;
	padding: 2px;
}
a.td.pagechunk {
	color: red;
}

.manlist {
	font-size: 10px;
	color: #0000cc;
	text-decoration: none;
}

.specials {
	font-familly: verdana;
	font-size: 10px;
	font-weight: bold;
}

.itemname {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #cc99cc;
	width: 100%;
}

.nopic {
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #ff9933;
	align: middle;
}

.description {
	font-family: arial,helvetica;
	font-size: 12px;
}

.descriptionbig {
	font-family: arial,helvetica;
	font-size: 14px;
}

.afflink {
	font-family: arial,helvetica;
	font-size: 10px;
	font-weight: bold;
}

.feed {
	font-family: arial,helvetica;
	font-size: 10px;
	font-weight: bold;
}
.findmore {
	background: #ffffff; 
	border-width: 1 1 1 1; 
	border-color: #666666; 
	border-style: solid; 
	padding: 5px; 
	font-size: 12px;
	text-decoration: none;
 
	}
	
a.findmore:link {
	color: black;
}	

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
