/* #################################       Site Wide Generic Classes       ################################# */

body
{
	background-color: #EBEFF5;
}

body,p,td,th
{
	color: #2B3E55;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	margin: 0;
}

hr
{
	background-color:#456387;
	color:#456387;
}

a:link,a:active,a:visited
{
	color: #6183AD;
	text-decoration: underline;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.BorderRowTopSeparator
{
	border-top-style:solid;
	border-top-color:#456387;
	border-top-width:3px;
	padding-top: 20px;
}

.BorderRowBottomSeparator
{
	border-bottom-style:solid;
	border-bottom-color:#456387;
	border-bottom-width:3px;
	padding-bottom: 20px;
}

.mceVisualAid {
	border: 1px dashed #990100 !important;
}



/* #################################       TinyMCE Styles       ################################# */

.FontSmallest
{
	font-size: 55%;
}

.FontSmaller
{
	font-size: 70%;
}

.FontSmall
{
	font-size: 85%;
}

.FontSizeMedium
{
	font-weight: bold;
	font-size: 115%;
}

.FontSizeLarge
{
	font-weight: bold;
	font-size: 130%;
}

.FontSizeLarger
{
	font-weight: bold;
	font-size: 145%;
}

.FontSizeLargest
{
	font-weight: bold;
	font-size: 160%;
}
