@charset "ISO-8859-1";
/* CSS Document */

<style type="text/css">
<!--

body,td,th,tr {
	
}

     a:link {color: #999999; text-decoration: underline; }
     a:active {color: #999999; text-decoration: underline; }
     a:visited {color: #777777; text-decoration: underline; }
     a:hover {color: #f00; text-decoration: none; }
     a:link img, a:visited img {border-color: #999999;}
     a:hover img  {border-color: #f00;}


body {
     background-color: transparent;
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;	   
     font-family:Verdana, Geneva, sans-serif;
     
	 
}

/* -----------------------------------------
   ---------------UNIVERSAL-----------------*/

 
div.uni_title {
	font-size: 16px;
	font-weight:bold;
    color: #edcf66;

}

div.uni_text {
   	font-size:13px;
    color: #999999;
}

div.uni_subtext {
	font-size: 11px;
	font-weight:bold;
    color: #777777;
}

div.uni_error {
   	font-size:13px;
	font-weight:bold;
    color: #FF0000;
}

div.uni_stamp {
   	font-size:13px;
	font-style:italic;
    color: #777777;
	   
}

div.uni_row1 {
   	font-size:13px;
    color: #999999;
	background-color:#666;
}

div.uni_row2 {
	font-size:13px;
	color: #999999;
     background-color:#666;
}

div.frame_header {
       width: 450px;
       left: 50%;
       margin-left: 50px;
}

/* -----------------------------------------
   -----------------NEWS-------------------- */

#news_bg {
   	background-image: url(css_visuals/news_back.png);
   	background-repeat: no-repeat;
   	position: relative;
}


-->
</style>

