body {
	background-image: url(dvdr_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #01236f;
}
.bigheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #01236f;
	font-weight: 300;
}
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: white;
	margin-left: 5px;
	margin-bottom: 4px;
}
.tbltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin-top: 2px;
	margin-left: 5px;
	line-height: 1.5;
	text-align: left;
}

a.morelink {
	color: #f18c02;
	text-decoration: none;
}

a.morelink:hover {
	color: #f18c02;
	text-decoration: underline;
}

td.menu {
	background-image: url(btn_cons.png);
	background-repeat: repeat-x;
	background-position: 0px 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

td.menu:hover {
	background-position: 0px 0px;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

