/* import css that would fail in NS4 */
@import url(skipnetscape4.css);

A:link    {
	font-size: 100%;
	font-style: normal;
	color: Blue;
	font-weight: bold;
	border-bottom: none;
	font: normal;
	text-decoration: none;
}
A:visited {
	font-size: 100%;
	font-style: normal;
	color: blue;
	font-weight: normal;
	border-bottom: none;
	font: normal;
	text-decoration: none;
}
a.boldlink {
	color: blue;
	border-bottom: none;
	font: bold normal 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:active  {
	font-size: 100%;
	font-style: normal;
	color: Red;
	font-weight: normal;
	border-bottom: none;
	font: normal;
	text-decoration: none;
}

A:hover {
	font-size: 125%;
	font-style: normal;
	color: Red;
	font-weight: bolder;
	border-bottom: none;
	font: normal;
	text-decoration: none;
}

a.buynow { color: red; font-weight: bold; }

html, body {
	background-color: transparent;
	color: #353535;
}

body {
	margin-bottom: 0;
	margin-left: 0 px;
	margin-right: 0 px;
}

/* hate to use px, but only unit that's reliable cross-browser */
/* body, div, th, td, form, p, li, ul, ol {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
}

code { font: 13px monospace; }

div.navbar {
	text-align: right;
	margin-bottom: 4px;
}

div.navbar a { 
	font-size: 11px; 
	font-weight: bold;
}

div.subhead {
	color: #336699;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: right;
	text-transform: lowercase;
}

h1 {
	font-size: 140%;
	border-top: 1px dashed #369;	
	background-color: #e9f2f7;
	padding-top: 1px;
	padding-bottom: 1px;
}

h1.homepage {margin-left: 150px; /* NS4 overlaps sidebar without this */ }

h2 { font-size: 130%; }

h3 { font-size: 110%; }

h4 { font-size: 100%; }

hr { color: #369; height: 1px; }

input.button {
	background: #C2D7EB;
	/* NS4 can't see these borders */
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-top: 1px solid #336699;
	color: #000000;
	cursor: hand; /* for IE */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0;
}

.box {
	background: #f6f6f6;
	border: 1px dotted #336699;
	padding: 10px;
}

.copyright {
	font-size: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.important { color: #800000; font-weight: bold; }
	
