@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #EFEBEA;
	background-image: url(../art/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

#header {
	background-image: url(../art/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#row {
	background-image: url(../art/slice.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	background-image: url(../art/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	overflow: visible;
}
.redbold {
	color: #A8122D;
	font-weight: bold;
	font-size: 24px;
}
.titletext {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #F1BCF4;
}
a:hover {
	color: #F1BCF4;
}
a {
	font-weight: bold;
}
.calcontent {
	font-size: 9px;
}
.normal {font-size: 14px}
.calheader {
	font-size: 9px;
	background-color: #456282;
	color: #FFFFFF;
	text-align: center;
}
