*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #ccc;
}

td{
	font-family: verdana, arial, courier;
	font-size: 12px;
	line-height:20px;
	color: #fff;
}

a.ftitle:link {
	color: #ffff00;
	text-decoration: none;
}                   

a.ftitle:visited {
	color: #ffff00;
	text-decoration: none;
}

a.ftitle:hover {
	color: #ccc;
	text-decoration: underline;
}

a.sidenav:link {
	color: #fff;
	text-decoration: none;
}                   

a.sidenav:visited {
	color: #fff;
	text-decoration: none;
}

a.sidenav:hover {
	color: #ffff00;
	text-decoration: underline;
}

.content td{
	padding: 10 0 0 0;
}

.inner_content td{
	padding: 0;
}

.top_search{
	width: 98%;
}

.footer td{
	padding: 15;
	background-color: #666;
}