/* 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;
	letter-spacing: 0px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	background-color: #dddddd;
	letter-spacing: 2px;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:active {
	color: #0086E8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0086E8;
}
.alert {
	color: #FF0033;
	font-size: 14px;
}
.caption {
	color: #777777;
	font-size: 12px;
	line-height: 18px;
}
.bkwht {
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #cf111b;
}
.bkgray {
	background-color: #aaaaaa;
}
.bkgrayeeeeee {
	background-color: #eeeeee;
}
.bkmail {
	background-image: url(../may/images/bkgnd_mail.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.mail {
	color: #826947;
}
.lineaaaaaa {
	background-image: url(../images/bar_aaaaaa.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.gold {
	color: #b0a398;
}
