/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.biggest {
	font-size: 36px;
	line-height: 42px;
}
.bigger {
	font-size: 24px;
	line-height: 30px;
}
.big {
	font-size: 18px;
	line-height: 24px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
body {
	margin-top: 0px;
	background-color: #d6d6d6;
	margin-bottom: 0px;
}
a:link {
	color: #6633FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663366;
}
a:hover {
	text-decoration: underline;
	color: #ba915c;
}
.alert {color: #FF0000}
.bkwht {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.caption {
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}
.black {
color: #000000}
.dotback {
	background-color: #FFFFFF;
	background-image: url(../images/bkgnd_dot.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.dotback2 {
	background-color: #FFFFFF;
	background-image: url(../images/bkgnd_dot2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bkphoto {
	background-color: #000000;
}
.bkgold {
	background-color: #ba915c;
}
.bke5e5e5 {
	background-color: #e5e5e5;
}
