/*********************************************************
* Site Options styles.									 *
*********************************************************/
.siteOptions,
.siteOptions td {
	height: 25px;
	background-color: black;
	font-size: 10pt;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.siteOptions a {
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* Specific CSS Stylesheet for Freeform Public template */

/**************************************************
/	 General site settings 
/**************************************************/
A:link {text-decoration:none; color:#000000} 
A:visited {text-decoration:none; color:#000000} 


.CMSLoc1{
background-color: #ffffff
}
.CMSLoc2{
background-color: #ffffff
}
MAINTEXT
{
	font-size: 11pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: "Trebuchet MS";
	letter-spacing: normal;
	background-color: White;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font: "Trebuchet MS";
}

P
{
	Font;
	font-family: "Trebuchet MS";
	font-size: 11pt;
}

TD
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font: Trebuchet MS;
}

BODY
{
	font-size: 11pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: "Trebuchet MS";
	letter-spacing: normal;
}

.Green11
{
	Font;
	font-family:"Trebuchet MS";
	font-size: 11pt;
	color: 8dc73f;
}

.Green20
{
	Font;
	font-family:"Trebuchet MS";
	font-size: 20pt;
	color: 8cc63f;
}
	
.Green14
{
	Font;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: 8cc63f;
}

.Black11
{
	Font;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: black;
}

.Black14
{
	Font;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: black;
}

.Black20
{
	Font;
	font-family: "Trebuchet MS";
	font-size: 20pt;
	color: black;
	font-weight: bold;
}
	
.CMSFooter {
	font-size:8pt;
	font-family: Arial;
}

.CMSFooter a {
	color: gray;
	text-decoration: none;
}


a.CMSFooter, a.CMSFooter:active, a.CMSFooter:link, a.CMSFooter:visited {
	
	color: Black;
	text-decoration: none;
}

a.CMSFooter:hover {
	color: Red;
}


.CMSTopHeading{
	color:#5e99aa;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.CMSTopLogo{
	color: white;
	font-size: 16pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.CMSTopTitle{
	/*color: white;*/
	font-size: large; /*18pt;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.CMSBody
{
	color: black;
	font-size: 16pt
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

TABLE.GreyGradient{
	background: url(/assets/FreeformPublic/images/base/greyBG.jpg);
	background-repeat: no-repeat;
	background-color: #aeaeae;
}


/**************************************************
/ CMSmenu module settings 
/**************************************************/
.CMSmenu
{
font-size: x-small;
color:#000033;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
.CMSmenudelim
{
font-size: x-small;
font-weight: bold;
color:#000033;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
A.CMSmenu
{
font-size: x-small;
font-weight: bold;
color: #000033;
text-align:right;
}
.CMSmenuSelected
{
font-size: x-small;
font-weight: bold;
/*color: #FFFFFF;*/
color: #e1403a;
text-decoration:none;
}
A.CMSmenu:LINK {
color:black;
text-decoration:none;
}
A.CMSmenu:VISITED {
color:black;
text-decoration:none;
}
A.CMSmenu:HOVER {
color:#FF8D00;
text-decoration:none;
}
A.CMSmenu:ACTIVE {
color:black;
text-decoration:none;
}



/**************************************************
/	Login Form settings 
/**************************************************/
.LoginForm
{
	font-size: 12pt;
	font-weight: normal;
	color:Black;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.LoginForm
{
	font-size: 12pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
TEXTAREA.LoginForm
{
	font-size: 12pt;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
SELECT.LoginForm
{
	font-size: small;
	font-weight: normal;
	color:black;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.LoginFormError
{
	font-size: 10pt;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.LoginFormButton
{
	font-size: 14pt;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
/**************************************************/
.MailbackformSubmit
{
	font-size: 12pt;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
