/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}
.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: 18px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	background-color: #e6f0ff;
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}
a:link {
	color: #00aae7;
	text-decoration: none;
}
a:visited {
	color: #0080B5;
	text-decoration: none;
}
a:active {
	color: #CC001F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #409d27;
}
.alert {
	color: #ea5404;
}
.caption {
	color: #777777;
	font-size: 12px;
	line-height: 16px;
}
.bkwht {
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.bkleft {
	background-image: url(../images/frm_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bkright {
	background-image: url(../images/frm_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bktop {
	background-image: url(../images/frm_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bkbottom {
	background-image: url(../images/frm_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bkselect {
	background-image: url(../images/mselect_base.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.red {
	color: #cf111b;
}
