body, table, td, th { font-family:arial, helvetica, sans-serif; color:black; background-color:white; }

.normal { font-family:arial, helvetica, sans-serif; font-size: 90%; color:black; background-color:white; }
.center { text-align: center; }
.right { text-align: right; }
.black { color: black; }
.blue { color: #000099; }
.italic { font-style: italic; }
.bold { font-weight: bold; }

div.cacbody {  }

h1.h1cac {
	font-size: 110%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	background-color: white;
}
h2.h2cac {
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	background-color: white;
}
h3.h3cac {
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	background-color: white;
}
h4.h4cac {
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	background-color: white;
}

a:active { font-family:arial, helvetica, sans-serif; color:#FFFF00; background-color:white; } 
a:link { font-family:arial, helvetica, sans-serif; color:#660066; background-color:white; } 
a:visited { font-family:arial, helvetica, sans-serif; color:#666600; background-color:white; }
a:hover { font-family:arial, helvetica, sans-serif; color:#FF0000; background-color:white; }

a.gototop:link { font-family:arial, helvetica, sans-serif; font-size:90%; color:blue; text-align:center; text-decoration:underline; padding:.5em }
a.gototop:visited { font-family:arial,helvetica,sans-serif; font-size:90%; color:blue; text-align:center; text-decoration:underline; padding:.5em }

ul.disc { list-style-type:disc }
ul.circle { list-style-type:circle }
ul.square { list-style-type:square }
ul.none { list-style-type:none }

li.address {
	padding-bottom:0em
}

li {
	padding-bottom:.5em 
}

ol.decimal { list-style-type: decimal }
ol.roman { list-style-type: lower-roman }
ol.alpha { list-style-type: lower-alpha }

p.indent { text-indent: 1cm }
p.leftmargin { margin-left: 2cm }

