@import "stylesheet.css";

/* Import overrides for IE 5 */

@media tty {
 i{content:"\";/*" "*/}} @import 'IE5.css'; /*";}
}/* */

/* Basic Stylesheet for older browsers */
/* The imported stylesheet overrides most of theses settings on modern standards-compliant browsers */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
code {
	font-family: courier, "courier new", monospace;
}

#upgrade {
	/* Still Using NS4? Why not UPGRADE...? */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
a {
	font-weight : bold;
	text-decoration : none;
	color: #00f;
}
a:visited {
	color: #00f;
}

img {
	border : 0;

}

a:hover {
	background-color:#ccc;
}

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