body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	
	background-image: url("images/bckg.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}
.large {
	font-size: 15px;
}
.largeb {
	font-weight: bold;
	font-size: 15px;
}
.largest {
	font-weight: bold;
	font-size: 20px;
}
.small {
	font-size: 10px;
}
a {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.line:link {
	font-weight: normal;
	text-decoration: underline;
}
a.line:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
a.line:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #CCCCCC;
}
a.line:active {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}