.navbar
{
	border-bottom: 1px solid gray;
}

a.navlink:link {color: #000000}     /* unvisited link */
a.navlink:visited {color: #000000}  /* visited link */
a.navlink:hover {color: #000000; background-color:silver; text-decoration: none; }   /* mouse over link */
a.navlink:active {color: #0000FF}   /* selected link */


body
{
	font-family: Verdana,Helvetica;
}	

.featurebox { border-style: solid; border-width: 1px; border-color: #000000; }
.featuretitle { background-color: #e5caac; }
.boxbody { background-color: #e5e5ff; }
.boxtitle { background-color: #000066; }
.bodybg { background-color: #e5e5cd; }

.btnav { background-color: #ffffff;}

a:link { color: #003; text-decoration: none; }
a:visited { color: #003; text-decoration: none; }
a:hover { color: #003; text-decoration: underline; }
#blacklink { color: #000000; text-decoration: underline; }
#bluelink { color: blue; text-decoration: underline; }

.w3cbutton4
{
	xmargin: 1em 0;
	width: 11em;
	font-family: helvetica,arial,sans-serif;
	font-size: 70%;
	font-weight: bold;
}

.w3cbutton4 a 
{
	display: block;
	width: 100%;
}

.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover
{
	background-color: #FC6;
	color: #000;
	text-decoration: none;
}

.w3cbutton4 a:link,
.w3cbutton4 a:visited
{
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
}

.w3cbutton4 a:hover
{
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
}

.w3cbutton4 span.w3c
{
	padding: 0 0.4em;
	background-color: #FC6;
	color: #0c479d;
}

table.detailTable { }

table.magazineTable
{
  border-style: solid; 
  border-width: 1px; 
  border-color: #000000;
} 

table.magazineTable td.magazineCell,
table.detailTable
{
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
}
