body {
	color: navy;
	margin-left: 4px;
	margin: 4px;
}

P{
	color: #4F4F4F;
	font-size: 10pt;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 3px;
	letter-spacing: 1px;
}

.mainFolderBox {
	background-color : #E7E7E7;
	border : 3px #D1D1D1 solid;
	color : navy;
	font-size : 9pt;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

a.mainFolderLine {
	color : navy;
	text-decoration : none;
}

a.mainFolderLineMouseOver {
	color : red;
	text-decoration : none;
}

.subFolderBox {
	background-color : #E7E7E7;
	border : 3px #D1D1D1 solid;
	color : navy;
	font-size : 9pt;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

a.subFolderLine {
	color : navy;
	text-decoration : none;
}

a.subFolderLineMouseOver {
	color : red;
	text-decoration : none;
}

.linkBox {
	background-color : #E7E7E7;
	border : 3px #D1D1D1 solid;
	color : navy;
	font-size : 9pt;
	margin : 0px 0px 0px 0px;
	padding : 3px 3px 3px 3px;
}

a.linkLine {
	color : red;
	text-decoration: underline;
}

a.linkLineMouseOver {
	color : red;
	text-decoration : none;
}

h1  {
    color : red;
    font-family : sans-serif;
    font-size : 14pt;
    font-weight : 600;
    margin-bottom : 3px;
    margin-top : 5px;
    text-align : center;
}

h2  {
	color: #2F2F2F;
	font-size: 11pt;
	font-weight: 600;
	margin-bottom: 3px;
	margin-top: 3px;
}

h3  {
	color: #4F4F4F;
	font-size: 10pt;
	font-weight: 600;
	margin-bottom: 3px;
	margin-top: 3px;
}

h4  {
	color : navy;
	font-family : sans-serif;
	font-weight : 400;
	margin-bottom : 3px;
	margin-left : 10px;
	margin-top : 3px;
}

h5  {
    color : navy;
    font-size : 10pt;
    font-weight : 400;
    margin-bottom : 3px;
    margin-left : 20px;
    margin-top : 3px;
}

h6 {
	color: navy;
	font-size: 10pt;
	font-weight: 400;
	margin-bottom: 3px;
	margin-left: 30px;
	margin-top: 3px;
}

.firstLetter{
	
	font-weight: 700;
}

.highlight {
	text-align:center;
   font-size:18px;
	color:navy;
	font-weight:600;
}

.marquee {
	font: 400 11pt;
	color: red;
	background-color: Silver;
}


