/* PS: This is how you put comments in a CSS file */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336666;
  
}

.LeftNav {
	font-family: Book Antiqua;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
} 
a.LeftNav {
	font-family: Book Antiqua;
	font-size: 12pt;
	color: #CCCCCC;
}
a.LeftNav:link {
        font-family: Book Antiqua;
	text-decoration: none;
	color: #CCCCCC;
}
a.LeftNav:visited {
        font-family: Book Antiqua;
	text-decoration: none;
	color: #CCCCCC; 
}
a.LeftNav:hover {
        font-family: Book Antiqua;
	text-decoration: none;
	color: #000000;

} 
h1 {
	font-family: Verdana;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.bodytext1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336666;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336666;

}
.subhead1 {
	font-family: "Book Antiqua";
	font-size: 14pt;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #336666;
}
a {
	font-family: Verdana;
	font-size: 11pt;
	color: #336666;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
} 

