body, td, th, ul, ol, li, dl, dd {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

a { text-decoration: none;
	color: #FFDFCC;}

.ribbedBackground {
	background-image: url(../images/ribbed_background.gif);
	background-repeat: repeat;
}
.linedBackground {
	background-image: url(../images/line_background.gif);
	background-repeat: repeat-x;
}
.linedBackground2 {
	background-image: url(../images/main_03.jpg);
	background-repeat: repeat-y;
}
.headerBackground {
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
}
.logoPosition {
	left: 32px;
	top: 30px;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
.contentBackground {
	background-image: url(../images/content_background.gif);
	background-repeat: repeat;
}
.contentBackgroundLined {
	background-image: url(../images/content_background_lined.gif);
	background-repeat: repeat-y;
}
.header1 {
	font-weight: bold;
	font-size: 14px;
	color: #FFCC33;
}
.header2 {
	font-weight: bold;
}
.header3 {
	font-size: larger;
}
