html, body {
	margin: 0;
	padding: 0;
	height: 100.05%;
	background-color: #FFFFFF;
}

.grey_border {
	border: 1px solid #CCCCCC;
}

.content {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a:focus {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}