body {
	margin: 0px;
	font-family: sans-serif;
}

a:link {
	color: #652F75;
	text-decoration: none;
}

a:active {
	color: #652F75;
	text-decoration: none;
}

a:visited {
	color: #652F75;
	text-decoration: none;
}

a:hover {
	color: #AA0000;
	text-decoration: none;
}

/*------------------------------*/

a.topmenu:link {
	color: #A34BBC;
	text-decoration: none;
}

a.topmenu:active {
	color: #A34BBC;
	text-decoration: none;
}

a.topmenu:visited {
	color: #A34BBC;
	text-decoration: none;
}

a.topmenu:hover {
	color: yellow;
	text-decoration: none;
}



/*------------------------------*/

.sectionhead {
	color: #101E8A;
	font-weight: bold;
	font-size: 14pt;
	font-family: sans-serif;
}

.sectionheadalt {
	color: yellow;
	font-weight: bold;
	font-size: 14pt;
	font-family: sans-serif;
}

.titlehead {
	color: #101E8A;
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
}

.titleheadalt {
	color: white;
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
}

.sectionsubhead {
	color: #AA0000;
	font-weight: bold;
	font-size: 12pt;
	font-family: sans-serif;
}

.producttitle {
	color: #AA0000;
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

.sectionindicator {
	color: white;
	font-weight: bold;
	font-size: 14pt;
	height: 50px;
	margin-top: 15px;
	width: 150px;
}

.itembox {
	border: 1px solid #652F75;
	width: 160px;
	height: 160px;
	background-color: white;
	text-align: center;
}

.pagebody {
	margin: 30px;
	margin-left: 40px;
	padding: 0px;
}

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 130;
}

ul.menu li a {
    display: block;
    font: bold 1em "Verdana", sans-serif;
    background: url(img/chromemenu/horizdivide.gif) no-repeat bottom center;
    padding: 3px 0px 5px;
    color: #B085BA;
}

ul.menu a:hover {
    color: yellow;
}


