/*===================================*/
/*          MAIN ATTRIBUTES          */
/*===================================*/

/*-------------------------------------
Color Schemes
Main Brown: #764C28
Main Cream: #FAF1D4
Accent Green: #78A22F
Accent Yellow: #FDB913
Accent Rose: #A40047
Accent Purple: #542C6D

Fonts:
arial,helvetica,sans-serif
-------------------------------------*/

/*===================================*/
/*     GENERAL DEFAULT CONFIGS       */
/*===================================*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FAF1D4;
	background-image: url('../images/img_');
	background-position: center;
	background-repeat: no-repeat;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: none;
	font-style: none;
	font-variant: none;
	font-weight: normal;
	color: #764C28;
}
a:link {
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: none;
	font-style: none;
	font-variant: none;
	font-weight: normal;
	color: #78A22F;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: none;
	font-style: none;
	font-variant: none;
	font-weight: normal;
	color: #542C6D;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	font-size-adjust: none;
	font-stretch: none;
	font-style: none;
	font-variant: none;
	font-weight: normal;
	color: #A40047;
	text-decoration: underline;
}

/*===================================*/
/*          CONTENT STYLES           */
/*===================================*/

.text-PageName{
	font-family: arial,helvetica,sans-serif; 
	font-size: 14pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #764C28; 
	text-decoration: none;
}
.text-Header1{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #78A22F; 
	text-decoration: none;
}
.text-Header2{
	font-family: arial,helvetica,sans-serif; 
	font-size: 11pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #A40047; 
	text-decoration: none;
}
.text-Header3{
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}
.text-Header4{
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #A40047; 
	text-decoration: none;
}
.text-Header5{
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: bold; 
	color: #78A22F; 
	text-decoration: none;
}
.text-Description{
	font-family: arial,helvetica,sans-serif; 
	font-size: 8pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: normal; 
	color: #764C28; 
	text-decoration: none;
}
.text-normal{
	font-family: arial,helvetica,sans-serif; 
	font-size: 9pt; 
	font-size-adjust: none; 
	font-stretch: none; 
	font-style: none; 
	font-variant: none; 
	font-weight: normal; 
	color: #764C28; 
	text-decoration: none;
}

	
/*===================================*/
/*       CONTENT  TABLE STYLES       */
/*===================================*/



/*===================================*/
/*           LINK ATTRIBUTES         */
/*===================================*/

.Link-NavList {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #590059; font-weight: bold;}
.Link-NavList a:link {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #590059; font-weight: bold; text-decoration:none;}
.Link-NavList a:visited {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt ;color: #590059; font-weight: bold; text-decoration:none;}
.Link-NavList a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #669900; font-weight: bold; text-decoration:none;}
.Link-NavList a:active {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt; color: #669900; font-weight: bold; text-decoration:underline;}