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

body,p,td,th
{
	color: #000000;
}

body
{
	margin:0;
	background-color: #FFFF00;
	padding:20px 50px 20px 35px;
}

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

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



/* #################################       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%;
}
