﻿body
{
	
}

.ContentBlack
{
	color: Black;
	margin-top: 0px;
}

.ContentGray
{
	color: #818183;
	margin-top: 0px;
}

.ContentBlackWithPadding
{
	color: Black;
	margin-top: 0px;
	padding-top: 8px;
}

.ContentGrayWithPadding
{
	color: #818183;
	margin-top: 0px;
	padding-top: 8px;
}

.ContentBlockLtBlue
{
	background-color: #DBE9F4;
	color: #1C506F;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
}

.ContentBlockLtBlueBorder
{
	background-color: #DBE9F4;
	color: #1C506F;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #5DA1D7;
	border-bottom: solid 1px #5DA1D7;
	
}

.HeaderBlockBlue
{
	background-color: #5DA1D7;
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-bottom: 0px;
}

.HeaderBlue
{
	color: #5DA1D7;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

.PageTitle
{
	color: #6B8594;
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: Black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;	
}

hr
{
	height: 1px;
    color: #5DA1D7;
}

a:link, a:active, a:hover, a:visited
{
	color: #68696B;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

.teacherleft p
{
	padding-left: 18px;
	padding-right: 18px;
}

.teacherright p
{
	padding-left: 18px;
	padding-right: 18px;
}

