﻿body 
{
	margin: 0 0 0 0;
	background-color: #FFFFCC;
	font-family:Georgia;
}

.ContentTable
{
	width: 763px;
	border-width: 0px;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	border-color: #000066;
}

.CompanyName
{
	background-color:#99CCFF;
	text-align: left;
	height: 60px;
	vertical-align:bottom;
}

.MainLinkCell 
{
	background-color: #9999FF;
	text-align: left;
	font-size: 8pt;
}

.MainLinkCell a
{
	color: #000000;
	text-decoration: none;
}
.MainLinkCell a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.CententCell
{
	font-size:8pt;
	text-align:left;
	vertical-align: top;
	padding: 5px 0px 5px 5px;
	height: 500px;
}

.CententCell a
{
	color: Black;
}

.CententCell a:hover
{
	color: #663300;
	text-decoration:none;
}

.LeftLinksCell
{
	background-color: #99CC99; 
	text-align:left;
	width: 175px;
	border-width: 0px;
	padding: 5px 0px 5px 5px;
}

.LeftLinksCell a
{
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.LeftLinksCell a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.ThemeMessage
{
	font-size:12pt;
	font-style:italic;
	color: #663300;
}

.PageHeader
{
	font-size:14pt;
	font-weight:bold;
	text-align:center;
}

.PageSubHeader
{
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color: #663300;
}


/* Class Schedule */
.PeriodText
{
	font-weight:bold;
	font-size: 10pt;
	font-style: italic;
	color: #FFFFFF;
	background-color: #9999FF;
	padding: 5px 0px 0px 5px;
}

.ClassDescription
{
	padding: 5px 0px 15px 35px;
}


.ParagraphStart
{
	float: left;
	font-size: 26pt;
	font-weight: bold;
	font-style:italic;
	margin: 0 3 0 0;
}