
/* begin default */

@media print {
  background-color: transparent;
}

BODY {
 background-color: #CCCCCC;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 130%;
}

H1 {
 text-align: center;
 color: #660033;
 font-size: 22pt;
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 100%;
}

H2 {
 text-align: left;
 color: #660033;
 font-size: 18pt;
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
}

H3 {
 color: #000000;
 font-size: 16pt;
 font-weight: normal;
 font-family: Arial, Helvetica, san-serif;
}

H4 {
 color: #000000;
 font-size: 16pt;
 font-weight: normal;
 font-family: Arial, Helvetica, san-serif;
}

A:link { 
   color: #000000; 
}

A:visited { 
   color: #660099;
}

A:hover {
   color: #990000;
}

A:active {
   color: #000099;
}

.cent{
 text-align: center;
}

.just{
 text-align: justify;
}

.right{
 text-align: right;
}

.left{
 text-align: left;
}

.color{
 color : #330000;
 text-align: center;
}

.bold{
 font-weight: bold;
}

/* end default */

BODY {
 background-color: #CCCCFF;
}
td.dark{
 background-color: #9999CC;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
}

td.lite{
 background-color: #CCCCFF;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 
}

td.darker{
 background-color: #333333;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 align: center;
}

p.photo{
 color: #CCCCCC;
 text-align: center;
 font-size: xx-small;
 line-height: 125%;
}

div.index{
 color: #000000;
 font: smaller Arial, Helvetica, sans-serif;
}

br.both{
 clear: both;
}

.init{
 font-weight: bold;
}

.inter{
 font-style: italic;
}

ol.one{
 list-style-type: decimal;
 font-weight: bold;
 text-align: left;
}
