/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.copyright {
	font-size: 10px;
}
.alert {
	color: #ff3366;
}
.caption {
	color: #86868d;
}
.bkgray {
	background-color: #e7e7e7;
}