BODY {
	color: Black;
	background-color: #FCF3E0;
	font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
	font-size: medium;
	text-align: justify;
}

A {
   font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
   color: Black;
	text-decoration: underline;
}

A:HOVER {
   font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
   color: Black;
	text-decoration: none;
	font-weight: bold;
}

A:LINK {
   font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
   color: Black;
	text-decoration: underline;
}

A:VISITED {
   font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
   color: Black;
}

.text {
    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:10pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: justify;
}

.headtext {
    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:11pt;
    color: #FCF3E0;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
}

.headtextblack {
    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:11pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
}

.headtextblackcenter {
    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:11pt;
    color: Black;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
}

.captiontext {
    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:8pt;
    color: Black;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
}

.smallcaption {
    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:8pt;
    color: Black;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
}.extrasmallcaption {

    font-family: "Century Gothic", Arial, "Times New Roman", sans-serif;
    font-size:7pt;
    color: Black;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
}

