/* CSS definition file containing sitestyle stylesheets */

body {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	background-color: white;
	background-image: none;
}

a:link, a:visited, a:focus, a:hover, a:active {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: rgb(0,87,119);
}
a:visited { color: rgb(153,0,153); }
a:focus, a:hover, a:active { color: rgb(255,0,0); }

h1, h2, h3, h4 { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 18pt;
}
h2 { font-size: 15pt; margin-bottom: -0.5em; }
h3 { font-size: 12pt; margin-bottom: -0.8em; }
h4 { font-size: 10pt; }

h5, h6 {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: rgb(0,51,204);
	font-weight: bold;
	font-size: small;
}
h6 { font-size: x-small; }

p, ul, ol, .TextNavBar, .TextObject {
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
}
.TextNavBar { font-size: xx-small; }
