/*
Body text
*/

body {
	color: #738876;
	background-color:  #F9F9F0;
	border: none;
	font-size: 11pt;
	width: auto;
	font-variant: normal;
	 }

/*
indent paragraphs
*/

p {margin-left: 24pt;
	margin-right: 24pt; }


	
/* Table style */

.info {
	background-color: #ffffff;
	border-style: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}


.style1 {
	font-size: 12px;
	font-family: Verdana;
	color: #738876;
	
	
}
.style3 {
	border: 5px solid #FFFFFF;
	margin: 5px 5px;
	 
		
	}
.style8 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}

.style2 {
	font-family: "Copperplate Gothic Light";
	text-align: center;
}
.style5 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.style6 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.style7 {
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
}	
.style9 {
	border: 1px solid #738876;
}	
	
/*
Don't underline links, only in hover.
*/

a {
	text-decoration: none;
	font-weight: normal;
	font-family: "Copperplate Gothic Light";
	font-size: 16px;
	color: #006633;
	}

a:link {
	color: #FFFFFF;
}
a:visited {color: #FFFFFF; }
a:active {color: #FFFFFF; }
a:hover { color: #006633; text-decoration: underline }

