body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #fff; 
	color: #000; 
}
h1 { 
	font-size: 16pt; 
	font-weight: normal; 
	color: #c00;
}
h2 { 
	font-size: 14pt; 
	font-weight: normal; 
	color: #900;
}
h3 { 
	font-size: 12pt; 
	font-weight: normal; 
	color: #c00;
}
h4 { 
	font-size: 12pt; 
	font-weight: normal; 
	color: #000; 
	font-style: italic;
}
h5 { 
	font-size: 10pt; 
	color: #000; 
	font-weight: bold;
}
h6 { 
	font-size: 9pt;
	font-weight: normal; 
	color: #000;
}

a:link { 
	color: #369;
	text-decoration: none;
}

a:visited { 
	/*color: #006;*/
	color: #369; 
	text-decoration: none;
}
a:hover {
	color: #369; 
	text-decoration: underline;
}

a:active { 
	color: #900; 
	text-decoration: underline;
}

a:link.no_visited { 
	color: #369;
	text-decoration: none;
}

a:visited.no_visited { 
	/*color: #006;*/
	color: #369; 
	text-decoration: none;
}
a:hover.no_visited {
	/*color: #900; */
	color: #369;
	text-decoration: underline;
}

a:active.no_visited { 
	color: #900; 
	text-decoration: underline;
}

.reverse { 
	font-size: 10pt; 
	font-weight: bold; 
	color: #fff;
}

a:visited.reverse { 
	color: #fff; 
}
a:hover.reverse { 
	color: #090; 
}
a:active.reverse { 
	color: #fff; 
}

p, td, th, li { 
	font-size: 10pt; 
}
.p_coverbin {
	padding: 5px 3px; 
	margin: 5px 5px; 
	/* border: 1px solid #00f; */
	float: right; 
}
/* Mac/IE has problems with the shadow DIV. */
.p_shadow {
/* This part is for IE/Mac: */
	display: inline-table;
/* This part is hidden for IE/Mac (I hope) \*/
	display: block;
/* End hacks. */
	position: relative; /* Appears to be needed for IE/Win */
	background: url("images/dev/alpha-shadow.png") no-repeat bottom left !important; 
	background: url("images/dev/gif-shadow.gif") no-repeat bottom left;
	margin: 0 0 10px 10px !important; 
	margin: 0 0 10px 5px;
}
.p_shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	margin: -6px -6px 6px 6px;
	border: none;
}
div.column {
	float: left;
	width: 48%; 
	padding: 4px;
	visibility: visible;
	position: relative; /* IE/Win sucks: if this rule isn't here, contents of this div disappear for no apparent reason. */
}
a.newflag:link, a:visited.newflag {
	color: #900; 
	text-decoration: none;
	font-weight: bold;
}

 a:hover.newflag  {
	color: #900; 
	text-decoration: underline;
	font-weight: bold;
}

a:active.newflag {
	color: #900; 
	text-decoration: none;
	font-weight: bold;
}

#cat_covers {
	clear: both;
	width: 500px;
	left: 50%;
	display: block !important;
	display: none; /* hides this from IE/Win, which barfs on these */
}

