body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("../img/head-bg.png");
	background-repeat: repeat-x;
}

.head {
	background-image: url("../img/head-bg-lite.png");
	width: 640px;
	height: 122px;
	text-align: center;
	padding: 0 0 0 0;
}

.main {
	background-color: #FFFFFF;
	padding: 20px 15px 10px 15px;
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 25px;
	background-image: url("../img/main-bg.png");
	background-repeat: repeat-x;
}

.itemLeft {
	background-color: #A41A1A;
	background-repeat: repeat-x;
	padding: 6px 6px 0px 6px;
	text-align: center;
	width: 140px;
}

.itemLeftFinal {
	background-color: #A41A1A;
	background-repeat: repeat-x;
	padding: 6px 6px 6px 6px;
	text-align: center;
	width: 140px;
}

.itemRight {
	background-image: url(../img/item-bg.gif);
	background-repeat: repeat-x;
	padding: 6px 6px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.itemDisplayTitle {
	font-weight: bold;
	font-size: 12px;
}

.itemDisplay {
	font-size: 10px;
}

.catlink:link, .catlink:visited {
	color: #000000;
	text-decoration: underline;
}

.catlink:active, .catlink:hover {
	color: #800000;
	text-decoration: underline;
	font-weight: normal;
}

.itemTitle {
	color: #A41A1A;
	font-size: 18px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #A41A1A;
	text-decoration: underline;
}

#login, #login a:link, #login a:active, #login a:visited, #login a:hover {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 1px 2px 2px 2px;
	color: #810000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}