body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #666666;
	margin: 0px;
}
ul.square  /* list bullet squares must ad <ul class="square"> to the li */
{
	list-style-type: square;
	list-style-position: inside;
}

ul /* gives you solid circle bullet point*/
{
list-style: disc;
font-size: 10pt

}  

ol.decimal /* list bullet squares must ad <ol class="decimal"> to the li */
{
list-style-type: decimal
}
}
.menuStyle {
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #CC0033;
	padding-left: 10px;
}
.menuStyle a {
	color: #FFFFCC;
	text-decoration: none;
}
.menuStyle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menuStyle1 {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #CC0033;
	padding-left: 3px;
}
.menuStyle1 a {
	color: #FFFFCC;
	text-decoration: none;
}
.menuStyle1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menuStyle2 {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #996600;
	padding-left: 10px;
}
.menuStyle2 a {
	color: #FFFFCC;
	text-decoration: none;
}
.menuStyle2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.headertop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;


}
.headertop h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	align: right;
}
.headertop h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
	font-size: 10pt;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #CC0033;
}
.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC0033;
}
.content a {
	color: #CC0033;
	text-decoration: underline;
}
.content a:hover {
	color: #333333;
	text-decoration: none;
}


.baseCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px
}
.baseCell a {
	color: #FFFFCC;
	text-decoration: none;
}
.baseCell a:hover {
	color:  #D3DADE;
	text-decoration: underline;
.txtw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.txtwb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	
}
.txtred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0033;
}
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #CC0033;
}	
.article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC0033;
}
.article h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: bold;
	
}

.article h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	
}
.article a {
	color: #CC0033;
	text-decoration: underline;
}
.article a:hover {
	color: #333333;
	text-decoration: none;
}

