	/*============================
	      HTML ELEMENTS
 =============================*/

a:link{ 
	color: #cc0000; 
	text-decoration: none;
}

a:visited{ 
	color: #cc0000; 
	text-decoration: none;
}

a:hover{ 
	color: #cc0000; 
	text-decoration: underline;
}

a:active{ 
	color: #cc0000; 
	text-decoration: none;
} 

body {
	color: #000000;
	font-family : Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
	line-height: 15px;
	margin: 0;
	text-align: center;
	background-image: url('../images/site/bg.jpg');
	background-position: top center;
	background-repeat: repeat-xy;
	background-color: #000000;
}

h1{
	color: #ff0000;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial;
	/*padding: 18px 0px 0px 75px;*
	/*padding: 18px 0px 0px 75px;*/
	margin-top: 18px; /*IE fix*/
}

h1 a:link{ color: #d5dd2c; }
h1 a:visited{ color: #d5dd2c; }
h1 a:hover{ color: #d5dd2c; }
h1 a:active{ color: #d5dd2c; }

h2{
	color: #ff0000;
	font-size: 20px;
	font-weight: normal;
	padding: 8px 0px 0px 75px;
}

img{
	border-width: 0px;
}

input{
	font-family : Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
}

table  { border-collapse: collapse; border-spacing: 0; color: #000000; font-size: 11px; font-weight: normal;}
td, th { padding: 0; }
tr	   { vertical-align: top; }

textarea{
	font-family : Tahoma, Arial, Verdana, sans-serif;
	font-size : 11px;
}

select{
	font-family : Verdana;
	font-size : 11px;
}
/*============================
	        CLASSES
 =============================*/
a.lang:link{ 
	color: #ababab; 
	text-decoration: none;
}

a.lang:visited{ 
	color: #ababab; 
	text-decoration: none;
}

a.lang:hover{ 
	color: #ababab; 
	text-decoration: underline;
}

a.lang:active{ 
	color: #ababab; 
	text-decoration: none;
} 
 
 
.btnRedHeader {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.btnRedDate {
	color: #ababab;
	font-size: 10px
}

.btnRedTitle {
	color: #ffffff;
	font-size: 12px;
}

.btnRedText {
	color: #ffffff;
	font-size: 10px;
}

.contentBackground {
	background-image: url('../images/site/bg_content.jpg');
	background-position: top center;
	background-repeat: repeat-xy;
	background-color: #000000;
}

.navigationText {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
/*============================
	        IDS
 =============================*/
 
 #section {
	color: #ffffff;
	
 }
 
 
 #news .title{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#news .title a{
	color: #ff0000;
}

#news .date{
	color: #ababab;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 4px;
}

#news .contenttext{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 4px;
}

#news img{
	border: 1px solid #ff0000;
	margin-right: 5px;
	padding: 3px 3px 3px 3px;
}


#new{
	margin: 0px 30px 0px 75px;
	padding-bottom: 35px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}



