body { background-color: white;
	border: 0px;
	margin: 0px 0px 0px 0px;
}

p {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12pt;
	color: black;
}

.address {
	line-height: 12pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	text-align: right;
	font-style: normal;
	font-size: 10pt;
	color: #000088;
}

.main_title {
	line-height: 36pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 28pt;
	color: black;
	list-style-image: inherit;
}

.title1 {
	line-height: 24pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	color: black;
	list-style-image: inherit;
}

.title2 {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	list-style-image: inherit;
}

.title3 {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	list-style-image: inherit;
}

.title4 {
	line-height: 24pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	color: black;
	list-style-image: inherit;
}

table {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12pt;
	color: black;
}


ol {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: left;
	font-style: normal;
	font-size: 12pt;
	color: black;
	list-style-image: inherit;
}

ul {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	list-style-position: inherit;
	text-align: left;
	font-style: normal;
	font-size: 12pt;
	color: black;
	list-style-image: inherit;
}

a:link {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0300a6;
	text-decoration: none; 
}

a:visited {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0300a6;
	text-decoration: none;
}

a:hover {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #738EB5;
	text-decoration: none; 
}

<!-- styles for navigation bar on top -->

.navigation {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 11pt;
	background-color: white;
	border: 0px; 
	padding: 0px;
}

a.menu {
	font-weight: normal;
	text-decoration: none;
	color: black;
	background-color: white;
}
	
.drop_down_menu {
	line-height: 18pt;
	font-family: Lucida Grande, Optima, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	text-align: center;
	vertical-align: top;
	color: black;
	background-color: white;
}

a:link.drop_menu_item {
	color: white;
	text-decoration: none;
	font-weight: normal;

}

a:visited.drop_menu_item {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a:hover.drop_menu_item { 
	color: darkblue;
	text-decoration: none;
	font-weight: normal;

}

<!-- styles for intensive schedule table -->

td.time {
	width: 12.5%;
}

td.time_bottom_border {
	width: 12.5%;
	border-bottom: 1px solid rgb(1, 1, 143);
}

td.day {
	border-left: 1px solid rgb(1, 1, 143);
	width: 12.5%;
}

td.day_bottom_border {
	border-left: 1px solid rgb(1, 1, 143); 
	border-bottom: 1px solid rgb(1, 1, 143);
	width: 12.5%;
}

<!-- end of intensive schedule styles -->

