@charset "utf-8";

/* CSS Document */



body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

	background-color: #a50000;

	background-image: url(slices/background.gif);

	background-repeat: no-repeat;

	background-position: center top;

}

.textpadding {

	padding: 5px;

}



a:link {

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

a:visited {

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

a:active {

	font-weight: bold;

	color: #666;

	text-decoration: underline;

}

a:hover {

	font-weight: bold;

	color: #666;

	text-decoration: underline;

}

.header-bg {

	background-image: url(slices/header-bg.jpg);

	background-repeat: no-repeat;

	background-position: left top;

}


