body {
	color: #000000;
	background: #FFFFFF;
	padding: 0;
	margin: 0; 
	font-family: Tahoma, Arial, Helvetika;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: underline;
}

h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.main_text {
	margin: 10px;
	margin-left: 45 px;
	margin-top: 10px;
	color: #000000;
	font-size: 0.8em;
}

div.right_column {
	margin: 10px;
	margin-left: 22px;
	color: #000000;
	font-size: 0.8em;
}

div.right_header {
	margin: 10px;
	color: #FF9933;
	font-size: 0.8em;
}


div.footer {
	font-size: 0.8em;
	color: #000000;
	margin: 5px;
	margin-left: 45px;
	
}


td.top_background {
	background:url("top_background.gif")
    no-repeat right top;
}

td.main_top {
	background:#E3E3E3 url("header1.jpg")
    no-repeat left top;
}




p.first p:first-letter {
	font-size: 200%;
	font-style: normal;
    font-weight: bold;
	float: left; 
}

div.news span {
	text-transform: uppercase
}



#header {
  float:right;
  width:100%;
  background:#E3E3E3 url("bg2.gif")
    repeat-x bottom;
  font-size:1em;
  line-height:normal;
  text-decoration: none;
  }
 

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:right;
  background:url("right_new.gif")
    no-repeat right top;
  margin:0;
  padding:0;
  }

#header a {
  display:block;
  color:#000;
  background:url("left_new.gif")
    no-repeat left top;
  text-decoration: none;
  padding:5px 15px 4px;

  }

#header #current {
  background-image:url("right_on.gif");
  color: #000000;
  }
#header #current a {
  color:#000000;
  background-image:url("left_on.gif");
  padding-bottom:5px;
  }


.language_current{
	background: #F7BA92;
	color: #FFFFFF;
	font-size: 0.8em;
}


span.language a{
	background: none;
	color: #000000;
	font-size: 0.8em;
}

.copyright {
	margin: 5 px;
	font-size: 10px;
	text-align: right;
	color: #999999;
	underline: none;
}
.copyright a{
	color: #999999;
	text-decoration: none;
	
}