html {
    height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	height: 100%;
}


a {
	text-decoration: none;
}
	
a:hover {
	text-decoration : underline;
}

.f10 {
	font-size: 10px;
	color: #333333;
	line-height: 140%;
}
.f12 {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
}


.f12_red {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
}
.f14 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}
.f10_red {
	font-size: 10px;
	line-height: 120%;
	color: #FF0000;
}
