﻿body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
    background: white URL(../images/bg-blue.gif) repeat-y; 
	color: #000000; 
}

h1 { font-size: 24pt; font-weight: bold; color: #000099; }
h2 { font-size: 20pt; font-weight: bold; color: #000099; }
h3 { font-size: 16pt; font-weight: bold; color: #000099; }
h4 { font-size: 12pt; font-weight: bold; color: #000099; }

dl { font-family: Arial }
dt { font-size: 12pt; font-weight: bold; color: #000000; margin-top: 1em }
dd { font-size: 10pt; }

td       { font-size: 10pt; }
td.small { font-size: 8pt; }

.body {
	font-family: Arial;
	font-size: 10pt; 
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}
a:link.body, a:active.body, a:visited.body {
	font-family: Arial;
	font-size: 10pt; 
	text-decoration: none;
	color: #000099;
}
a:hover.body {
	font-family: Arial;
	font-size: 10pt; 
	text-decoration: underline;
	color: #000099;
}

.navbar  { 
	font-family: Arial;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #003399;
	color: #FFFFFF;
}
a:link.navbar, a:active.navbar, a:visited.navbar {
	font-family: Arial;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
	color: #FFFFFF;
}
a:hover.navbar {
	font-family: Arial;
	font-size: 12pt; 
	font-weight: bold;
	text-decoration: none;
	background-color: #003399;
	color: #00CCFF;
}
