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

body
{
	background-color: #CCCCCC;
	margin: 20;
}

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

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

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



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

.FontSmallest
{
	font-size: 45%;
}

.FontSmaller
{
	font-size: 60%;
}

.FontSmall
{
	font-size: 75%;
}

.FontSizeMedium
{
	font-size: 100%;
}

.FontSizeLarge
{
	font-size: 120%;
}

.FontSizeLarger
{
	font-size: 135%;
}

.FontSizeLargest
{
	font-size: 150%;
}
