/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html{
	height: 100%;
} 
body {
	height: 100%;
}
table{
}
td,th{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
link{
	color:#666666;
}
a:link, a:visited, a:hover, a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}