/*********************** 
** Redefined HTML Tags **
 ***********************/

html, body, table, tr, td {
	background-color: white;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	background-color: transparent;
}

body {
	margin: 5px;
}

a, a:active, a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

h1, h2, h3 {
	color: #063;
	font-weight: bold;
	margin-bottom: -10px;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

input, select {
	color: #063;
	font-size: 10px;
}

th {
	color: #fff;
	background-color: #063;
}

/*********** 
** Classes **
 ***********/

.green {
	color: #063;
}

.red {
	color: #f00;
}

.caption {
	color: #063;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

.field {
	color: #063;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mth {
	color: #063;
	padding-left: 20px; 
	padding-right: 10px; 
}

.mti {
	padding-left: 30px; 
	padding-right: 10px; 
}

.pdf {
	background-image: url(images/pdf.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.subnav {
	margin-left: 5px;
	font-size: 10px;
}

.subnav2 {
	margin-left: 10px;
	font-size: 10px;
}

.navToTop {
	color: #063;
	font-size: 9pt;
	text-align: right;
}

.navToTop a {
	color: #063;
	text-decoration: none;
}

/******* 
** IDs **
 *******/

#bg {
	background-image: url(images/bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	color: #999;
	font-size: 8pt;
}

#date {
	font-size: 11px;
	font-weight:bold;
	margin-bottom: 10px;
}

#dbmsg {
	color: #f00;
	text-align: center;
}

#footer {
	float: right;
	font-size: 9pt;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #f00;
}

#footernav {
	color: #063;
	font-size: 9pt;
}

#footernav a {
	color: #063;
	text-decoration: none;
}

#headernav {
	color: #063;
	font-size: 9pt;
}

#headernav a {
	color: #063;
	text-decoration: none;
}

#sidenav {
	color: #000;
	font-size: 10pt;
}

#sidenav a {
	color: #063;
	text-decoration: none;
}

#sidenav a:hover, a.selected {
	font-weight: bold;
	text-decoration: none;
}
