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



* {
	padding : 0;
	margin : 0;
	border : 0;
	}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #000000;
} 


#wrapper {
	width: 780px;
	position: relative;
	margin: 0px auto;
	border: 1px solid #ff0018;
	text-align:left;

} 

#header {
	width:780px;
	
	}

#left {
	float:left;
	width:140px;
	
	background:#000000;
	}
	
#right {
	float:right;
	width:625px;
	background:#000000;
	padding-right:10px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size:18px;
	}
	
#feature {
	width:625px;
	
	font-family: Tahoma;
	font-size: 18px;
	color: #FFf;
	}
	
.floatright { float: right; }

.floatleft { 
	float: left;
	padding:5px;}

h3 {
	font-family: Tahoma;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-align:center;
	}


h4 {
	font-family: Tahoma;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	}


table.index { 
	border: 1px solid #fff; 
	width:625px;
}

table.index td {
	border:1px solid #fff;;
	padding:5px;
	
	}

#footer {
	width:770px;
	color:#FF0000;
	text-align:center;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	clear:both;
	}

#footer2 {
	width:770px;
	color:#FF0000;
	text-align:center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	margin: 0px auto;
	}

.style11 {font-family: Arial, Helvetica, sans-serif}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
}
.style14 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.style15 {
	color: #FFFFFF;
	font-family: Tahoma;
}
a:link {
	color: #FFFF00;
}
.style17 {
	font-family: Tahoma;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}
.style19 {
	color: #0000FF;
	font-weight: bold;
}
.style20 {color: #FFFFFF}
.style23 {color: #FF0000}
.style26 {font-family: Tahoma}

input.btn {   
  color:#ff0000;   
  font: bold 16px Tahoma; 
  padding:5px;  
}  



