body {
  font-family: Verdana, Arial;
}

td {
  font-family: Verdana, Arial;
}

th {
  font-family: Verdana, Arial;
}


/* HEADER */
#header {
	width: 770px;
	height: 57px;
}

#header a, #header a:visited { 
	color: #ffffff; 
	text-decoration: none; 
}
#header a:hover { 
	color: #f9f9f9; 
	text-decoration: none; 
}

#header .line { 
	width: 100%;
	height: 5px;
	font-size: 5px;
	color: #f9f9f9;
	background-color: #666666;
	margin-top: 2px;
}
#header .text { 
	width: 100%;
	height: 50px;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cecece;
	text-align: left;
	padding: 5px 0px 5px 0px;
}


/* FOOTER */
#footer {
	width: 770px;
}
#footer .bg {
	width: 770px;
	background-color: #cecece;
}

#footer a, #footer a:visited { 
	color: #ffffff; 
	text-decoration: none; 
}
#footer a:hover { 
	color: #666666; 
	text-decoration: none; 
}

#footer .line { 
	width: 100%;
	clear: both;
	height: 5px;
	font-size: 5px;
	color: #f9f9f9;
	background-color: #666666;
	margin-bottom: 2px;
}
#footer .textleft { 
	width: 670px;
	float: left;
	height: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	background-color: #cecece;
	padding: 6px 0px 4px 5px;
}
#footer .textright { 
	width: 90px;
	float: right;
	height: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	background-color: #cecece;
	padding: 5px 5px 5px 0px;
}