body {
	background-color: #FFFFFF;
	margin: 50px;
}

body, td, div, .normal {
	font-family: 'times new roman', times, serif;
	font-size: 15px;
	color: #000000;
}

table, td {
	border-collapse: collapse;
}

td, td.normal {
	vertical-align: top;
}

td.bottom {
	vertical-align: bottom;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #6633CC;
}

* td.sidenav a{
	font-family: 'times new roman', times, serif;
	font-size: 13px;
	display: block;
	white-space: nowrap;
	margin-bottom: 10px;
}

* .tl {
	background-image: url('../tl_boxes.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-style: solid solid none solid;
	border-width: 3px;
	border-color: #0000FF;
}
* .tr {
	background-image: url('../tr_boxes.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
* .bl {
	background-image: url('../bl_boxes.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 3px;
	border-color: #0000FF;
}
* .br {
	background-image: url('../br_boxes.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 3px;
	border-color: #0000FF;
}
* .footer {
	background-image: url('../footer-bg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 3px;
	border-color: #0000FF;
	padding: 20px;
}

.blacktitle1 {
	font-family: 'times new roman', times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.blacktitle2 {
	font-family: 'times new roman', times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.bluetitle1 {
	font-family: 'times new roman', times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #0000FF;
}

.bluetitle2 {
	font-family: 'times new roman', times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}

.thinbluetitle {
	font-family: 'times new roman', times, serif;
	font-size: 24px;
	color: #0000FF;
}

.thinorangetitle {
	font-family: 'times new roman', times, serif;
	font-size: 24px;
	color: #FF9900;
}

.smalltitle {
	font-family: 'times new roman', times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


.courier_title {
	font-size: 18px;
	font-family: 'courier new', courier, monospace;
	font-weight: bold;
}

.bluetext {
	color: #0000FF;
}

.courier {
	font-family: 'courier new', courier, monospace;
	font-size: 16px;
}

.courier_small {
	font-family: 'courier new', courier, monospace;
	font-size: 14px;
}

.smalltext {
	font-size: 14px;
}

form * {
	font-size: 14px;
}