body
{
	background-color: white;
}

/* ********************************************************** */
/* IMAGE TREATMENT                                            */
/* ********************************************************** */

.ImageBorder 
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	}

.SubMenuBorder 
{
	border-right: black 1px solid;
	border-left: black 1px solid;
}

.ContentBorder 
{
	border-right: black 1px solid;
}

/* ********************************************************** */
/* TEXT TREATMENT                                             */
/* ********************************************************** */

.MissingText { color: #FF0000 !important; }

UL.NoTop, OL.NoTop {margin-top: 0px !Important;}

LI.DBlSpace {padding-bottom: 20px;}
LI.BotSpace {padding-bottom: 7px;}

LI
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	color: black;
	text-align: justify;
}

.SpQuotes 
{
	font-size: 15px;
	font-family: Serif, Times New Roman;
	font-weight: bold;
	font-style:italic;
	color: #D7702D;
	line-height: 30px;
}

P, .Content 
{
	font-size: 11px;
	font-family: Verdana;
	color: black;
	}
	
P.pTitle	{
	font-weight: Bold;
	font-size: 11px;
	font-family: Verdana;
	color: #D7702D;
	text-align: left;
	}
	
.Justify {text-align: justify !important;}
.LeftAlign {text-align: left !important;}
.Center {text-align: center !important;}
.RightAlign {text-align: right !important;}

.PadLeft {padding-left: 5px !important;}
.PadRight {padding-right: 5px !important;}
.PadTop {padding-top: 5px !important;}
.PadBottom {padding-bottom: 5px !important;}



.Note 
{
	font-size: 11px !important;
	font-family: Arial !important;
	color: black !important;
	font-style: oblique !important;}

.Italic {font-style: oblique !important;}

.Divide {padding-bottom: 10px !important; border-bottom: solid 1px #C6C1AC !important;}
.TopDivide {padding-top: 20px !important; border-top: solid 1px #C6C1AC !important;}
.SectionDivide {padding-top: 20px !important; border-top: solid 2px #D7702D !important;}
.ListDivide {padding-top: 5px !important; padding-bottom: 5px !important; border-bottom: solid 1px #C6C1AC !important;}

.Negative { color: #FF0000 !important; }
	
P a:link, .content a:link
{
	color: #D7702D;
	text-decoration: none;
}

P  a:visited, .content a:visited
{
	color: #D7702D;
	text-decoration: none;
}

P a:hover, .content a:hover
{
	
	color: #D7702D;
	text-decoration: underline;
}

/* asp:Hyperlink */
.xLink
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #D7702D;
	text-decoration: none;
}
/* / asp:Hyperlink */
	
.TitleArea TD
{
	/* border-top: black 1px solid; */
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	
	background: #ffffff;
	
	font-weight: normal;
	font-size: 15pt;
	font-family: 'Verdana';
	color: black;
	text-align: left;
	vertical-align:middle;
	
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	width: 734px;
	height: 35px;
}

.TitleText 
{
	font-weight: normal;
	font-size: 15pt;
	font-family: 'Verdana';
	color: black;
	text-align: left;
}

.ContentTitle 
{
	font-weight: Bold;
	font-size: 14px;
	font-family: Verdana;
	color: #D7702D;
	text-align: left;
	}
	

	
/* ********************************************************** */
/* TABLE TREATMENT                                            */
/* ********************************************************** */	

.ReviewTable 
{
	background-color : #f3fef9;
	border: #91C6B8 1px solid; 
}

.FormTable 
{
	background-color : #FFFFFF;
	border: #91C6B8 1px solid; 
}

.SectionHead
{
	font-weight: Bold;
	font-size: 11px;
	font-family: Verdana;
	color: #ffffff;
	background: 91C6B8;
	height: 25px;
}


/* ********************************************************** */
/* FORM TREATMENT                                             */
/* ********************************************************** */	

.State {width: 25px !Important;}
.Disabled {color: #D7D7D7 !Important; border: solid 1px #D7D7D7 !Important;}

.DoubleWidth {width: 330px !Important;}
.FullForm {width: 510px !Important;}

.FormDesc 
{
	font-size: 11px;
	font-family: Verdana;
	color: black;
	text-align: right;
	font-weight: bold;
	height: 25px;
}
.FormButton {
	font-family: Verdana;
	font-weight : bold;
	color: #FFFFFF;
	font-size : 10px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	background-color : #91C6B8;
	border : 3px double #599988;
}

.FormField 
{
	background-color: #FFFFFF;
	color: #4b4b4b;
	border: solid 1px #599988;
	font-size: 11px;
	font-family:  Verdana,Sans-Serif;
	font-weight: normal;
	width: 150px;
	padding-left: 5px;
}

.FormError 
{
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	}
	
.FormFile
{
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #599988;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
	padding-left:3px;
	width: 280px;
	height: 18px;
}

.UploadButton
{
	height: 20px;	
	font-size: 9px;
	font-family: Verdana;
	border : 1px solid #59998 !Important;
}

/* ********************************************************** */
/* AREA TREATMENT                                             */
/* ********************************************************** */

.HeaderArea 
{
	border-Bottom: black 1px solid;
}

.SubMenuArea
{
	border-left: black 1px solid; 
	border-right: black 1px solid;
	
	vertical-align:top;
	
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;

	}

.ContentArea
{
	border-right: black 1px solid;
	
	vertical-align:top;
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 25px;

	}