
/* CSS Document */


body {
	background: #fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000;
	margin: 0;
	text-align: center;
	padding-bottom: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
  	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#holder {
	text-align: center;
}

#topmenu {
	padding: 6px 0px;
	font-size: 13px;
}

#footer {
	color: #999;
	font-size: 11px;
	width: 850px;
}

#footer a:link {
	color: #999;
}
	
#footer a:visited {
	color: #999;
}
	
#footer a:hover {
	color: #000;
}
	
#footer a:active {
	color: #999;
}

#disclaimer {
	font-size: 10px;
	width: 850px;
	color: #999;
}

#blogs {
	color: #333;
}

.tdback {
	color: #666;
}

.tdback h2 {
	background: #d6d6d6 url(../images/linkBackcirc.jpg);
	padding: 3px;
}