body {
	background-color: #33ccff;
	font-family:arial;
}

h1{color: #0099FF; font-size: 18px;}
h2{color: #0099FF; font-size: 16px;}
h3{color: #00958D; font-size: 14px;}
h4{color: #105295; font-size: 12px;}
h5{color: #00958D; font-size: 12px;}
h6{color: #0099FF; font-size: 10px;}
cite{ color: #000000; font-style: normal; font-weight: normal; font-size: 10px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
p{color: black; font-size: 12px;}
ul{color: black; font-size: 12px;}
li{color: black; font-size: 12px;}
ol{color: black; font-size: 12px;}
BLOCKQUOTE{color: #105295; font-weight: bold; font-size: 14px; text-align: justify;}

a {
  color: #105295;
  text-decoration:underline;
  font-weight:bold;
  font-family:arial;
  font-size:10pt;
}

a.green{
  color: #00958D;
  text-decoration:underline;
  font-weight:bold;
  font-family:arial;
  font-size:10pt;
}

a:hover{
	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;
}

.icebergblue{
	font-family: verdana,arial;
	font-size:10px;
	color: #6C798A;
}

.tagline{
	color:#1C83D2;
}
