/* Basic styles for old browsers */

body, p, td, th, div, blockquote, dl, ul, ol {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    color: #000;
	background-color: #fff;
}

.basic_nodisplay {
	display: none;
}

/* start link, visited and hover link colors */
a:link {
	color: #002494;
	background-color: #fff;
}

a:visited {
	color:#72a115; 
	background-color: #fff;
}

a:hover {
	color: #069;
	background-color: #fff;
}

a {
	color: #002494;
	background-color: #fff;
}

img {
	border: #002494;
}
/* End link, visited and hover link colors */

h1 {
	font-size: 1.5em;
	font-family:"Courier New", Courier, monospace;
    color: #036;
	background-color: #fff;
}

#menu li {
	list-style: none;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

#skip {
	font-size: .6em;
}

#highlights h1 {
	font-size: 1em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

#highlights h2 {
	font-size: .8em;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 1.25em;
    color: #609000;
	background-color: #fff;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
}

.smallfontItalic {
	font-family: "Times New Roman", Times, serif !important;
	font-size: .8em !important;
	font-style: italic !important;
}

.italic {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.15em !important;
	font-style: italic !important;
}

#subnavigation * .ext {
	color:#fc0;
	font-family: "Courier New", Courier, monospace;
	font-size: .8em;
}

.ext {
	color: #c00;
	font-family: "Courier New", Courier, monospace;
	font-size: .8em;
}

.mono {
	font-family: "Courier New", Courier, monospace;
}

h3 {
	font-size: 1em;
    color: #000;
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
}

.redBold {
	color: #C00;
	background-color: transparent;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: 700;
}

.yellowBack {
	background-color: #ffc;
	color:#000;
}

.grayBack {
	background-color: #ccc;
	color:#000;
}

.blueBack {
	background-color: #f0f8ff;
	color:#000;
}

#footer {
	color: #777;
	background-color: #fff;
}
