 /* top/bottom right/left */
 /* top right/left bottom */
 /* top right bottom left */
 /* BEWARE OF COLLAPSING MARGINS!!!!! */
/* INDEX.HTML AND MISSING.HTML STYLES ARE DEEFINED MOSTLY ON THE PAGE HEADERS */


#Layer0 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0
}

.bold_purple {
	font: 11pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#79445c;
	font-weight:bold;
}


/* SET BASE FONT */
body,th,td,div,p {
	font: 10pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body{
	background-color: #79445c;
/*	background-image:url(images/bg-right.gif);*/
}

A:visited {
	color : #684c59;
/*	font-weight: bold*/
	text-decoration: none;
}

A {
	color : #79445c;
/*	font-weight: bold*/
	text-decoration: none;
}

A:hover {
	color: #b00e58;
/*	font-weight: bold*/
	text-decoration: underline;
}

A:visited.dark-bg {
	color : #b598a5;
/*	font-weight: bold*/
	text-decoration: none;
}

A.dark-bg {
	color : #d3c2b0;
/*	font-weight: bold*/
	text-decoration: none;
}

A:hover.dark-bg {
	color: #d67ba4;
/*	font-weight: bold*/
	text-decoration: underline;
}

A.spcl {
	color : #800080;
/*	font-weight: bold*/
	text-decoration: none;
}

DIV.footer {
	width: 780px;
	padding: 10px 0px;
	text-align:center;
	font: 8pt/9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

H2.berry {
	margin: 12px 10px;
	font: 14pt/15pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #79445c;
}

H2.title {
	margin: 0px 5px 15px;
	text-align: left;
	font: 16pt/16pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #79445c;
}

H3.berry {
	text-align:left;
	margin: 10px 10px;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #79445c;
}

HR.berry	{
	width:95%;
	margin:2px 0px;
	border:solid #79445c 1px;
	padding:0px;
}

LI {
	margin: 2px 8px 5px -6px;
	text-align: justify;
	}

P.address {
	font: 11pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#e8e8e8;
	text-align:center;
	padding: 5px 0px;
}

P.justify {
	text-align : justify;
	text-indent : 10px;
	margin : 5px 8px 5px 6px;
}

P.menu {
	text-align:left;
	text-indent: 5px;
	margin: 5px 5px 5px 10px;
	font: 10pt/12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin: 5px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin: 5px;
}

UL,OL {
	margin-bottom: 6px;
	margin-top: 6px;
}

/* FORM ELEMENTS */

input {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

select {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

textarea {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}
	
