body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	background: url(images/backgr04.gif);
	line-height: 1.1em;
	}

body.yw {
	background-image: url(images/backgr02.gif);
	}

body.primary {
	background-image: url(images/backgr03.gif);
	}
		
h1 {
	font-weight: bold;
	text-align: center;
	}

h4 {
	color: #660066;
	text-align: center;
	}

hr {
	width: 95%;
	margin-left: -5px;
	}
	
a {
	text-decoration: none;
	}

ul li {
	list-style-type: none;
	}
	
.boxed {
	border: 4px double gold;
	padding: 6px 6px 0 8px;
	}
	
.content {
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
	}

.content ul li {
	list-style-type: square;
	text-align: left;
	margin-left: 50px;
	line-height: 1.2em;
	}
	
.footnote {
	padding-top: 15px;
	font-size: .9em;
	line-height: 1.2em;
	text-align: center;
	}

.heading img {
	float: left;
	vertical-align: text-top;
	}
	
.main {
	padding-left: 150px;
	}
	
.navbar {
	padding: 1.2em 0;
	}
	
.productgrid {
	background-color: #FFFFFF;
	border: 4px dotted red;
	border-collapse: separate;
	vertical-align: bottom;
	text-align: center;
	}
	
.spotlight {
	text-align: center;
	padding-top: 15px;
	}

.spotlight ul li {
	list-style-type: square;
	text-align: left;
	margin-left: 150px;
	}
		
.warning {
	font-size: .9em;
	font-weight: bold;
	text-align: justify;
	color: #FF0000;
	}
