/* Generic stylesheet, which makes no assumptions about base font size.  These rules are used unless
a more specific stylesheet is selected by Javascript */

td   { font-size: 60%; font-family: verdana, arial, helvetica, sans-serif; }
th   { font-family: verdana, arial, helvetica, sans-serif; font-weight:bold; text-align:left; color:#FFFFFF;}
body {
	font-size: 60%;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin : 0 0 0 0;
}

p {
	text-align: justify;
}

pre	 { font-family: courier, serif; }
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
}
h3 {
	font-size: 170%;
}	
.pageheading {
	font-family: arial, helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 210%;
	font-weight: bold;
}
.address {
	font-size : 160%;
	font-family : "Courier New", Courier, monospace;
}
.navstrip {
	font-size: 120%;
}
A:LINK, A:VISITED {
	text-decoration : none;
	color : #0000cc;
}
A:HOVER {
	text-decoration : underline;
	color : #0000cc;
}

.navtext {
	color : Black;
	text-decoration : none;
}
.menu {
	background-color : #EEEEEE;
	background : #EEEEEE;
	font-family: verdana, arial, helvetica, sans-serif;
	border:1px solid #000000;
	border-top:0px;
	display:block;
	margin-bottom:1px;
	margin-right:1px;
	text-decoration:none;
	color : White;
	padding : 3 3 3 3;
}


.menuActuator {
	background-color : #EEEEEE;
}
