A{
	color: #FFFFFF;
}
A:link {}
A:visited {}
A:active {}
A:hover {}

.MenuContainer {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

.MenuItem{}
A.MenuItem {
	color: #333333;
	text-decoration: none;
}
A.MenuItem:link {}
A.MenuItem:visited {}
A.MenuItem:active {}
A.MenuItem:hover {
	text-decoration: underline;
}

.HeaderContainer {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	background-image: url(images/rings.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.BodyContainer {
	background-color: #000000;
	padding: 4px;
}
.FooterContainer {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
body {
	background-image: url(images/bg.gif);
}
.MainContainer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.CategoryImage {
	border: 1px solid #000000;
}
.ImageContainer {
	border: 1px solid #FFFFFF;
	text-align: right;
}
.PageHeading {
	font-size: 24px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
