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

body,p,td,th
{
	color: #D1D1A5;
	font-family:Papyrus, "Times New Roman", serif;
}

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

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

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



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

.BackgroundDark
{
	background-color: #99994D;
}

.BackgroundMedium
{
	background-color: #898945;
}

.BackgroundLight
{
	background-color: #D1D1A5;
}

.FontDarkest
{
	color: #808000;
}

.FontDark
{
	color: #99994D;
}

.FontMed
{
	color: #898945;
}

.FontLight
{
	color: #D1D1A5;
}

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