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

@font-face {font-family: Candal; src: url(/gfs/templates/default/media/Candal.ttf);}

/*
body
{
	background-color: #CDC8B2;
	background-color: #FFFFFF;
}*/

body,p,td,th
{
	/* to use a custom font use the @font-face declaration to load the font */
	/* then use that font in the font-family declaration somewhere */
	/* make sure to include a web-safe fall back font in the font-family */
	/* @font-face {font-family: CustomFont; src: url(http://site/fonts/CustomFont.ttf);} */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 115%;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

body
{
	margin: 0;
}

table
{
	margin:auto;
}

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

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

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

hr
{
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: 2px solid #CCCCCC;
}

.PostQuote
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background-color: #C7C7C7;
	padding: 10px;
}



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

.TopLeft
{
	text-align: left;
	vertical-align: top;
}

.TopCenter
{
	text-align: center;
	vertical-align: top;
}

.TopRight
{
	text-align: right;
	vertical-align: top;
}

.BottomLeft
{
	text-align:left;
	vertical-align:bottom;
}

.BottomCenter
{
	text-align:center;
	vertical-align:bottom;
}

.BottomRight
{
	text-align:right;
	vertical-align:bottom;
}

.Center
{
	text-align: center;
	vertical-align: middle;
}

.CenterRight
{
	text-align: right;
	vertical-align: middle;
}

.CenterLeft
{
	text-align: left;
	vertical-align: middle;
}

.Font50Percent
{
	font-size: 50%;
	line-height: 50%;
}

.Font75Percent
{
	font-size: 75%;
	line-height: 75%;
}

.Font100Percent
{
	font-size: 100%;
	line-height: 100%;
}

.Font125Percent
{
	font-size: 125%;
	line-height: 125%;
}

.Font150Percent
{
	font-size: 150%;
	line-height: 150%;
}

.Font175Percent
{
	font-size: 175%;
	line-height: 175%;
}

.Font200Percent
{
	font-size: 200%;
	line-height: 200%;
}

.Font225Percent
{
	font-size: 225%;
	line-height: 225%;
}

.Font250Percent
{
	font-size: 250%;
	line-height: 250%;
}

.Font275Percent
{
	font-size: 275%;
	line-height: 275%;
}

.Font300Percent
{
	font-size: 300%;
	line-height: 300%;
}