@charset "UTF-8";
/* CSS Document */



body {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:gray;
letter-spacing:0px;
line-height: 100%}



p
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:gray;
letter-spacing:0px;
line-height: 150%}


p.normal {font-style:normal}

p.italic {font-style:italic}

p.normal {font-variant:normal}

p.right {text-align:right}

p.left {text-align:left}

p.center {text-align:center}

p.small_boldness {font-variant:small-caps}

p.normal_boldness {font-weight:normal}

p.light_boldness {font-weight:lighter}

p.thick_boldness {font-weight:bold}

p.thicker_boldness {font-weight:900}


a:link {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#99cc00;
text-decoration:none;
line-height: 150%}   /* unvisited link */

a:visited {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#99cc00;
text-decoration:none;
line-height: 150%} /* visited link */

a:hover {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:gray;
text-decoration:underline;
line-height: 150%}   /* mouse over link */

a:active {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#99cc00;
text-decoration:none;
line-height: 150%}  /* selected link */












h1 {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#99cc00;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%

}



a.h1:link {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#99cc00;
text-decoration: none;
text-transform:uppercase;
letter-spacing:2px;
line-height: 80%
}   /* unvisited link */

a.h1:visited {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#99cc00;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%
} /* visited link */

a.h1:hover {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:grey;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%
}   /* mouse over link */

a.h1:active {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#99cc00;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%
}  /* selected link */













h2 {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#CC0000;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%

}



a.h2:link {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#CC0000;
text-decoration: none;
text-transform:uppercase;
letter-spacing:2px;
line-height: 80%
}   /* unvisited link */

a.h2:visited {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#CC0000;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%
} /* visited link */

a.h2:hover {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:grey;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%
}   /* mouse over link */

a.h2:active {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#CC0000;
text-transform:uppercase;
text-decoration: none;
letter-spacing:2px;
line-height: 80%
}  /* selected link */








.footer {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 color:gray;
 font-size : 9px;
 line-height : 100%;
 text-align:center;
 letter-spacing:2px
}


a.footer:link{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size : 9px;
 line-height : 100%;
 color:#99cc00;
 text-decoration: none;
  text-align:center;
  letter-spacing:2px
}
 
 a.footer:visited{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size : 9px;
 line-height : 100%;
 color:gray;
 text-decoration: none;
  text-align:center;
  letter-spacing:2px
}


a.footer:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size : 9px;
 line-height : 100%;
 color: #gray;
 text-decoration: underline;
  text-align:center;
  letter-spacing:2px
} 
 
 a.footer:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size : 9px;
 line-height : 100%;
 color:#99cc00;
 text-decoration: none;
  text-align:center;
  letter-spacing:2px
}

 














