﻿body 
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#A4C6E5);
	background-color: #A4C6E5;
}

/* Background */

.darkBlueBG
{
	background-color: #003e7e;
}
.lightBlueBG
{
	background-color: #8cb7e1;
}
.veryLightBlueBG
{
	background-color: #bcd4f2;
}
.bottomBorder
{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #6c8ac6;
}

/* Text */
a.buttonLogout
{
	color: #0055a5;
	font-weight: bold;
	text-decoration: none;
}
.buttonTextTop
{
	color: White;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	background-color: #003e7e;
}
a.buttonTextTop
{
	color: White;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	background-color: #003e7e;
}
.buttonTextBottom
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	background-color: #003e7e;
}
a.buttonTextBottom
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	background-color: #003e7e;
}
.txtWhite
{
	color: White;
}
a.txtWhite
{
	color: White;
	text-decoration: none;
}
.headingWhite
{
	color: White;
	font-weight: bold;
	font-size: 10pt;
}
a.headingWhite
{
	color: White;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.headingBlue
{
	color: #003e7e;
	font-weight: bold;
	font-size: 10pt;
}
.announcements
{
	color: white;
	padding: 15px 10px 0px 10px;
}
.educationOverview
{
	color: white;
	padding: 15px 10px 15px 10px;
}
.educationText
{
	color: #0055a5;
	font-weight: bold;
}
a.educationText
{
	color: #0055a5;
	font-weight: bold;
}
.educationTextBig
{
	color: #0055a5;
	font-weight: bold;
	font-size: 10pt;
}
.aboutUsText
{
	color: #003e7e;
	font-size: 10pt;
}
.newsText
{
	color: #003e7e;
}
a.newsText
{
	color: #003e7e;
}
.contactText
{
	color: #003e7e;
	font-size: 10pt;
}
.alignRight
{
	text-align: right;
}