﻿body		{margin: 0px; }

p  		{ font-family: Verdana; font-size: 12pt; margin: 0; }

.text {padding: 10px }

h1 {
font-size: 18pt; font-family: Verdana; color: #0033CC }

h2 {
font-size: 14pt; font-family: Verdana; color: #0033CC }

h3 {
font-size: 12pt; font-family: Verdana; color: #0033CC }

.schedule {
	border-color: #3894DO;
    border-width: 1px 1px 1px 1px;
    border-style: dotted;
}
.schedule th
{
	border-color: #3894DO;
	border-width: 1px 1px 0 0;
	border-style: dotted;
	margin: 0;
	padding: 0px;
	background-color: #A0C8F0;
	text-align: left;
}

.schedule td
{
	border-color: #3894DO;
	border-width: 1px 1px 0 0;
	border-style: dotted;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.rowhighlight {
	background-color: #C5DDF5;
}

