/* CSS Basic Document */
body         { background-image: url(''); bgproperties: fixed; background-color: #000000; 
               background-repeat: repeat-x; background-attachment: no scroll; 
               margin-left: auto; margin-right: auto; margin-top: 0px; 
               margin-bottom: 0px; padding: 0px; background-position: middeltop }
.border_left_right
{
border-left:1px solid #FFFC00;
border-right:1px solid #FFFC00;

}
.yeallow_big_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFD730;
}
.white_small_bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.white_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.yeallow_big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFD730;
	font-weight: bold;
}
.yeallow_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFD730;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.white_text_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_text_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white_text_link:hover {
	text-decoration: none;
	color: #000000;
}
.white_text_link:active {
	text-decoration: none;
	color: #000000;
}
.yeallow_text_link:link {
	color: #FFD730;
	text-decoration: none;
}
.yeallow_text_link:visited {
	text-decoration: none;
	color: #FFD730;
}
.yeallow_text_link:hover {
	text-decoration: none;
	color: #FFD730;
}
.yeallow_text_link:active {
	text-decoration: none;
	color: #FFD730;
}
body {
	background-color: #000000;
}
