<!--
body
  {
	text-align: center;
	margin-top: 0;
  background-color: fff5e9;
	background-image: url(images/background2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
a { text-decoration: none;
		color: #ffdb9a;
		font-family: arial;
		font-style: italic;
		font-size: 15px;
		font-weight: 500;		
  }

a:hover
  {
	  color: #ffff00;
	}

a.link
  {
    text-decoration: none;
    color: #000000;
    font-family: arial;
    font-style: normal;
    font-size: 12px;
  }

a.link:hover
  {
    color: #ff0000;
  }  

a.link2
  {
    text-decoration: none;
    color: red;
    font-family: arial;
    font-style: normal;
    font-size: 16px;
  }
	
a.link2:hover
	{
    color: #000;
  }  

td.top_color1
  {
	  vertical-align: bottom;
	  padding-left: 10px;
		font-family: Arial;
		color: #fff5e9;
		font-weight: bold;
		
	}
td.top_color2
  {
  	vertical-align: bottom;
	  padding-left: 10px;
		font-family: Arial;
		color: #000000;
		font-weight: bold;	
	}
td.content
  {
	  padding-left: 10px;
		padding-right: 10px;
    font-size: 11px;
	  font-family: Arial;
		color: #000000;
		font-weight: normal;
		white-space: nowrap;
	}
td.content_bold
  {
	  padding-left: 10px;
		padding-right: 10px;
		font-size: 11px;
		font-family: Arial;
		color: #000000;
		font-weight: bold;
		white-space: nowrap;
	}
form
  {
	margin: 0px;
	padding: 0px;
	}
	
-->
