
/* apply to index, request form, links, membership */

/* begin default */

@media print {
  background-color: transparent;
}

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

A:link { 
   color: #000000; 
}

A:visited { 
   color: #660099;
}

A:hover {
   color: #990000;
}

A:active {
   color: #000099;
}

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;
}

.cent{
 text-align: center;
}

.bold{
 font-weight: bold;
}

.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: #FFCC99;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
}

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

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

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

br{
 clear: both;
}

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