/* Basic print styles for old browsers */

body {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
}

.noprint {
	display: none;
}

/* start link, visited and hover link colors */
a:link {
	color: #002494;
	background-color: #fff;
}

a:visited {
	color:#002494; 
	background-color: #fff;
}

a:hover {
	color: #002494;
	background-color: #fff;
}

a {
	color: #002494;
	background-color: #fff;
}

img {
	border: none;
}

h1 {
	font-size: 16pt;
    color: #036;
	background-color: #fff;
}

#highlights h1 {
	font-size: 12pt;
}

#highlights h2 {
	font-size: 10pt;
}

h2 {
	font-size: 12pt;
    color: #609000;
	background-color: #fff;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smallfontItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
}

.italic {
	font-family: "Times New Roman", Times, serif !important;
	font-style: italic !important;
	font-size: 12pt !important;
}

.ext {
	color: #c00;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
}

.mono {
	font-family: "Courier New", Courier, monospace;
}

acronym {
	border-bottom: none;
}	

#footer {
	color: #777;
	background-color: #fff;
}
