/* CSS Document */
body {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.td_body {
	background-color:#FFF;
}
#logo {
	background-color: #FFF;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 190px;
	width: 950px;
}
#fot {
	background-color: #FFF;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 950px;
}
a {
	font-weight: bold;
	font-size: 11px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #333;
}
.bodyinline {
	border: 1px solid #666;
	width:950px;
}
div{
	font-family:tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.alt1{
	border:1px #e0e0e0 solid ;
	background-color:#e1e1e1 ;
}