/* #################################       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;
}

.Header
{
	display: block;
	background-color: #9D612C;
	color: #FED42C;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.ProductDiv
{
	background-color:#FFFFFF;
	padding:20px;
	border:1px solid #EEEEEE;
	text-align: left;
	vertical-align: top;
}



/* #################################       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:text-bottom;
}

.BottomCenter
{
	text-align:center;
	vertical-align:text-bottom;
}

.BottomRight
{
	text-align:right;
	vertical-align:text-bottom;
}

.Center
{
	text-align: center;
	vertical-align: middle;
}

.CenterRight
{
	text-align: right;
	vertical-align: middle;
}

.CenterLeft
{
	text-align: left;
	vertical-align: middle;
}

.Small65
{
	font-size: 65%;
	line-height:65%;
}

.Small75, .Small
{
	font-size:75%;
	line-height:75%;
}

.Small85
{
	font-size: 85%;
	line-height:85%;
}

.UnBold
{
	font-weight: normal;
}

.Bold
{
	font-weight:bold;
}

.Bold115
{
	font-weight: bold;
	font-size: 115%;
	line-height: 115%;
}

.Bold125, .BoldLarger
{
	font-weight: bold;
	font-size: 125%;
	line-height: 125%;
}

.Bold135
{
	font-weight: bold;
	font-size: 135%;
	line-height: 135%;
}

.Bold145
{
	font-weight: bold;
	font-size: 145%;
	line-height: 145%;
}

.Bold155
{
	font-weight: bold;
	font-size: 155%;
	line-height: 155%;
}

.Bold165
{
	font-weight: bold;
	font-size: 165%;
	line-height: 165%;
}

.Bold175
{
	font-weight: bold;
	font-size: 175%;
	line-height: 175%;
}

.Bold200
{
	font-weight: bold;
	font-size: 200%;
	line-height: 200%;
}

.Bold225
{
	font-weight: bold;
	font-size: 225%;
	line-height: 225%;
}

.Bold250
{
	font-weight: bold;
	font-size: 250%;
	line-height: 250%;
}

.Bold275
{
	font-weight: bold;
	font-size: 275%;
	line-height: 275%;
}

.Bold300
{
	font-weight: bold;
	font-size: 300%;
	line-height: 300%;
}