/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}
.biggest {
	font-size: 24px;
	line-height: 30px;
}
.bigger {
	font-size: 18px;
	line-height: 24px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	background-color: #CCCCCC;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 30px;
	background-image: url(../pre/images/bkgnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0076C6;
	text-decoration: none;
}
a:active {
	color: #7dc3ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #7dc3ff;
}
.alert {
	color: #FF0033;
}
.caption {
	color: #777777;
	font-size: 12px;
	line-height: 18px;
}
.bkwht {
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #cf111b;
}
.bkgray {
	background-color: #aaaaaa;
}
.hline {
	background-image: url(../august/pre/images/hline_bbbbbb.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
