p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: disc;
}
ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: circle;
}
ul ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: square;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	list-style-type: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: .85em
}
dl {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
/* Screen Only styles: these are the same in the print version but turn off displays for the screen */
.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}
.navalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
.printonly {
	display: none;
}
/* End of Screen Only */
.allcaps {
	text-transform: uppercase;
}
#adpage {
	width: 10em;
	float:right;
}
#container {
	margin-left: 1em;
	width: 750px;
}
.time {
	font-weight: normal;
	font-size: 1em;
}
.time2 {
	font-color: black;
	color: #000000;
	font-weight: normal;
	font-size: 95%;
}

