.body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(gfx/bodybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.modlbg {
	background-attachment: fixed;
	background-color: #E9E9E9;
	background-image: url(gfx/lmodbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.modrbg {
	background-attachment: fixed;
	background-color: #E9E9E9;
	background-image: url(gfx/rmodbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.norm {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: navy;
	text-decoration: none;
}
a.norm:hover {
	color: #CC3E3E;
	text-decoration: none;
}
.normBig {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: navy;
	text-decoration: none;
}
.red {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC3E3E;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	color: #CC3E3E;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
}
.img {
	border: 1px solid #333333;
}
a.morelink {
	color: #CC3E3E;
	text-decoration: none;
}
a.morelink:hover {
	color: #000000;
	text-decoration: none;

}
.newstitle {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.newsdate {
	color: #999999;
}
.formInput {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	border: solid #999999 1px;
	text-decoration: none;
}
.formBttn {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	border: solid #999999 1px;
	background-color: #FFFFFF;
	text-decoration: none;
}
