/*									 */
/*	Custom							 */
/*									 */

.mceTmpl
{
}

.FoundationTitle
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#000000;
	border-bottom:		2px solid #c2aa5d;
	padding-bottom:		5px;
}

.FoundationSubTitle
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color:				#000000;
	border-bottom:		2px solid #c2aa5d;
	padding-bottom:		5px;
}

.FoundationQuote
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	font-style:			italic;
	color:				#000000;
	line-height:		20px;
}

.FoundationRed
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color:				#BE2929;
	line-height:		17px;
}

.FoundationBlack
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#000000;
	line-height:		17px;
}

.FoundationGold
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#c2aa5d;
	line-height:		17px;
}

.FoundationGoldLarge
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			15px;
	color:				#c2aa5d;
	line-height:		17px;
	font-weight:		bold;
}

.FoundationLink,
.FoundationLink a
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color:				#000000;
	line-height:		17px;
}

.SplashLinks a
{
	color:				#000000;
	text-decoration: 	none;
}

.SplashLinks a:hover,
.SplashLinks a:active
{
	color:				#000000;
	text-decoration: 	underline;
}

.SplashTitle
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			14px;
	font-weight:		bold;
	color:				#000000;
}
	
/*									 */
/*	Standard Text (do not remove)	 */
/*									 */

.PageHeader
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#000000;
}

.Title
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#000000;
	padding-bottom:		5px;
}

.SubTitle
{
	font-family: 		Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			16px;
	font-weight:		bold;
	color:				#000000;
	border-bottom:		1px solid #c2aa5d;
}

.Text
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color:				#000000;
	line-height: 		16px;
}

.Comment
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#7C7C73;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height:		normal;
}

.Link
{
	font-size: 			12px;
	text-decoration:	underline;
	color:				#c2aa5d;
	cursor:				pointer;
}

.Link:hover
{
	font-size: 			12px;
	color:				#000000;
	cursor:				pointer;
	text-decoration:	none;
}

.Error
{
	font-size: 			18px;
	font-weight:		bold;
	color:				#800000;
}

.Notice
{
	font-size: 			11px;
	color:				#7C7C73;
	padding:			5px;
}

.Small
{
	font-size: 			10px;
	color:				#000000;
}

.White
{
	font-size: 			11px;
	color:				#FFFFFF;
}

.Form
{
	font-size: 			13px;
	font-weight:		bold;
	color:				#0000AA;
}

.Price
{
	font-size: 			11px;
	color:				#800000;
}

.Header
{
	font-size: 			11px;
	font-weight:		bold;
	color:				#800080;
}

.Footer
{
	font-size: 			10px;
	color:				#7C7C73;
}

/*								 */
/*		Text Seperators			 */
/*						 		 */

.SeperatorVertical
{
	border-left:		1px dashed gray;
	height:				100%;
}

.SeperatorHorizontal
{
	border-bottom:		1px dashed gray;
	width:				100%;
}


/*									 */
/*	Table							 */
/*									 */


.Table
{
	padding:			3px;
	border:				2px solid #7C7C73;
	vertical-align:		top;
}

.TableCell
{
	padding:			3px;
	border:				1px solid #7C7C73;
}

.TableCellGray
{
	padding:			3px;
	border:				1px solid #7C7C73;
	background-color:	#C0C0C0;
}

