/* CSS Document */
body, td {
	font-size: 12px;
	line-height: 16px;
	color: #444444;
}
.biggest {
	font-size: 24px;
	line-height: 28px;
}
.bigger {
	font-size: 18px;
	line-height: 22px;
}
.big {
	font-size: 16px;
	line-height: 20px;
}
.normal {
	font-size: 14px;}
.small {
	font-size: 12px;
	line-height: 16px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}
.smallest {
	font-size:9px;
	line-height: 12px;
}
body {
	background-image: url(images/tome_bkgnd2.gif);
}
a:link {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: #CC6699;
	text-decoration: none;
}
a:active {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.tborder {
	background-color: #FFE27C;
}
.whtback {
	background-color: #FFFFFF;
}
.whtsmaller {
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
