


.text {
line-height: 22px;
color:#cccccc;

}

.texts {
line-height: 19px;
color:#cccccc;

}

.textline {
line-height: 27px;
color:#cccccc;

}

.yellow {
line-height: 27px;
font-weight:bold;
color:#f8f977;

}

.textblue {
color:#80C9FF;
font-weight:bold;
font:Arial, Helvetica, sans-serif;

}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #80C9FF;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
   color:           #80C9FF;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            #ffb400;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  background-color: black;
  color: white;
  } 
.style1 {color: #cccccc}
.style2 {line-height: 19px}


.disclaimer{
color:#cccccc;
font-size: 9px;
text-decoration:none;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.disclaimer a {
color:#cccccc;
font-size: 9px;
text-decoration:none;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;

}