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

body
{
	background-color: #D2FFD2;
}

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

body
{
	margin: 0;
}

a:link,a:active,a:visited
{
	color: #0000FF;
	text-decoration: underline;
}

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



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

.BorderTopBot_Orange
{
	border-top-color:#FF9900;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#FF9900;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.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%;
}
