@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
	background-image: url(/images/bkgrnd.png);
	background-repeat:repeat;
    background-position:top right;
    background-attachment:fixed;}

a:link {
	text-decoration: none;}

a:visited {
	text-decoration: none;}

a:hover {
	text-decoration: none;}

a:active {
	text-decoration: none;}

body,td,th {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #CCC;}

.bold {
	font-weight: bold;}

.italic {
	font-style: italic;}

.right {
	text-align: right;}

.justify {
	text-align: justify;}

.center {
	text-align: center;}
	
.link {
	font-weight: bold;
	color: #FFC84B;}	
	
.link_footer {
	font-weight: bold;
	color: #FFF;}
	
.text_footer {
	font-size: 14px;
	color: #FFF;}
	
.text_colored {
	color: #FFC84B;
}	

.news_title {
	font-style: italic;
	font-size: 24px;}	

.text_30px {
	font-size: 30px;
	color: #FFC84B;
}	

.text_30px_gray {
	font-size: 30px;


	color: #;
}	


.text_17px {
	font-size: 17px;
	color: #FFC84B;
}	

.text_14px {
	font-size: 14px;}	

.text_white {
	color: #FFF;}
	
.list_linespace_25px {
	line-height: 25px;}
