body {background-image : url(bg.jpg);
background-position : top;
background-repeat : repeat-x;
background-color: #000000;
}


body, table, tr, td {
FONT-SIZE: 14px; 
COLOR: #444444; 
FONT-FAMILY: arial;
line-height: 20px;
}



a:link, a:active, a:visited { 
COLOR: #ffffff ; 
FONT-FAMILY: arial;
text-decoration: none; 
} 

a:hover { 
COLOR: #6c6c6c; 
FONT-FAMILY: arial; 
text-decoration: none;
}

b {
COLOR: #e7ff00;

}

i {
COLOR: #025d92;
font-weight: bold;
}


u {
COLOR: #7f7f7f;
font-weight: bold;
}

.title{color: #f60224  ;
font-family: verdana, trebuchet ms;
font-size: 11pt;
font-style:italic;
text-transform: lowercase;
text-align: left;
line-height: 13pt;
font-weight: bold;

 }
 
 
 
blockquote {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
line-height: 13pt;
	text-transform: none;
	margin-left:2;
	margin-top:10px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0157a0;
	background-color: #000000; 


}

	
input, textarea, select { 
	font-family: Arial, Verdana; 
	font-size: 13px;
	color: #ff1c20;
	border: 1px solid #009cff; 
	padding: 2px;
}


input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #ff1c20;
}


.menu{
	float: right;
	width:550px;
	background: #000000;
	padding-bottom: 10px;
}
	
.menu a, .menu a:visited {
	height:45px;
	line-height: 45px;
	width: 90px;
	color:#ecfecc;
	display:block;
	background: #000000;
	text-align:center;
	float:left;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial;
	font-size: 17px;
}

.menu a:hover{
	height:40px;
	line-height: 45px;
	width: 90px;
	color:#0157a0;
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
	font-weight:normal;
	border-bottom: #e02530 4px solid;
	}


