/* 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;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1CB2F3;
	text-decoration: none;
}
a:visited {
	color: #1589BD;
	text-decoration: none;
}
a:active {
	color: #CC001F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #f8c327;
}
.copyright {
	font-size: 10px;
	line-height: 18px;
}
.alert {
	color: #FF6633;
}
.caption {
	color: #777777;
	font-size: 12px;
	line-height: 16px;
}
.bkwht {
	background-color: #FFFFFF;
}
.bigblack {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
}
.mail {
	color: #8B734A;
}
.black {
	color: #000000;
}
.note {
	color: #ED970A;
}
.bkred {
	background-color: #cc001f;
}
.bkgreen {
	background-color: #009935;
}.italiared {
	color: #cc001f;
}
.italiagreen {
	color: #009935;
}
.menucap {
	font-size: 12px;
	line-height: 15px;
}
.bkleft {
	background-image: url(../images/frame_left.gif);
}
.bkright {
	background-image: url(../images/frame_right.gif);
}
.biggerblack {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
