td {
	font-size: 12px;
	line-height: 18px;
}
.norepeat {
	background-repeat: no-repeat;
}
.cennorepeat {
	background-repeat: no-repeat;
	background-position: center;
	color: #990000;

}
.redtitle {
	color: #990000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline overline;
}
a:visited {
	color: #CC0000;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.menu:active {
	color: #FF0000;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.cattitle {
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
}
