/* CSS Document */
body, td {
	font-size: 16px;
	color: #333333;
}
body {
	background-color: #EBE9C1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.biggest {
	font-size: xx-large;
}
.bigger {
	font-size: x-large;
}
.big {
	font-size: large;
}
.small {
	font-size: small;
}
.smaller {
	font-size: x-small;
}
.smallest {
	font-size:xx-small;
}
a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:active {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.blackbold {
	font-weight: bold;
	color: #000000;
}
.topbar {
	background-image: url(images/bar_top.gif);
}
.tgback {
	background-image: url(images/tg_bkgnd.gif);
}
.tableback {
	background-image: url(images/ptn_border.gif);
}
.whtback {
	background-color: #FFFFFF;
}
.gryback {
	background-color: #CCCCCC;
}
.small10 {
	font-size: 10px;
	line-height: 13px;
}
.title {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}
