/* CSS Document */

<style type="text/css">
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  background-color: #ffffff;
  color:            #555555;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;

  color:            #777777;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  background-color: #d0d0d0;
  color:            #333333;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  background-color: #333333;
  color: #ffffff;
  } 
  .menu {
	
	color: 555555;
	text-decoration: none;
}
  .link {
	
	color: 555555;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: light;
	font-variant: normal;
	color: #555555;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #555555;
}

.headersub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #555555;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}

</style>
