body {
	background-color: #FFE7B9;
	font-family:verdana;
}


h1{color: navy; font-size: 15px;  text-align: center;  font-family: "Century Gothic", Verdana, Arial, sans-serif;}
h2{color: navy; font-size: 14px;  text-align: center;  font-family: "Century Gothic", Verdana, Arial, sans-serif;}
h3{color: #065367; font-size: 12px;  text-align: left;  font-family: "Century Gothic", Verdana, Arial, sans-serif;}
h4{color: #8B2323; font-size: 12px;  text-align: center;  font-family: "Lucida Sans", Verdana, Arial, sans-serif;}
h5{color: #065367; font-size: 12px;  text-align: center;  font-family: "Lucida Sans", Verdana, Arial, sans-serif;}
h6{color: black; font-size: 11px; font-weight: bold;  text-align: justify;  font-family: "Lucida Sans", Verdana, Arial, sans-serif;}

cite{ color: black; font-style: normal; text-align: justify; font-weight: normal; font-size: 11px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
p{color: black; font-size: 11px; text-align: justify; font-family: "Lucida Sans", Verdana, Arial, sans-serif;} 
ul{color: black; font-size: 11px; text-align: left; font-family: "Lucida Sans", Verdana, Arial, sans-serif;}
li{color: black; font-size: 11px; text-align: left; font-family: "Lucida Sans", Verdana, Arial, sans-serif;}
ul{color: black; font-size: 11px; text-align: left; font-family: "Lucida Sans", Verdana, Arial, sans-serif;}

BLOCKQUOTE{color: black;  font-size: 14px; text-align: left;  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

a {
  color: #065367;
  text-decoration:underline;
  font-weight:bold;
  font-family:arial;
  font-size:10pt;
}
a:plain {
  color: #065367;
  text-decoration:none;
  font-weight:bold;
  font-family:arial;
  font-size:10pt;
}
a:hover{
      color: #065367;
	text-decoration:none;
}

.header{
	font-size:14pt;
}

.mainFolderBox {
	/*background-color : white;*/
	border : 1px navy solid;
	color : navy;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
	text-align:center;

}

.mainFolderLine {
	color : Black;
	text-decoration : none;
}

.mainFolderLineMouseOver {
	color : white;
	text-decoration : none;
}

.subFolderBox {
	/*background-color : white;*/
	border : 1px navy solid;
	color : navy;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.subFolderLine {
	color : navy;
	text-decoration : none;
}

.subFolderLineMouseOver {
	color : red;
	text-decoration : none;
}

.linkBox {
	background-color : #52A7C3;
	border : 1px navy solid;
	color : black;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

.linkLine {
	color : black;
	text-decoration:none;
}

.linkLineMouseOver {
	color : white;
}
