/* CSS Document */

.body
{
background: #33CCFF url('images/flashbg.jpg') no-repeat fixed center;
}
.txt {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.boldtxt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
}
.btxt {
font-family: "Trebuchet MS";
font-size:  14px;
font-weight:bold;
}
.tt
{
font-family: "Trebuchet MS";
font-size:14px; color:#2E8C2C; font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

