body {
	background-color: #0099CC;
	background-image: url(graphics/stripe1.gif);
}

a.topnav {
	color: #0099CC;
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a.topnav:hover {
	color: #006699;
	text-decoration: underline;
}

#cart a {
	color: #0099CC;
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#cart a:hover {
	color: #006699;
	text-decoration: underline;
}

.content {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* page titles */
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #006699;
	font-weight: bold;
}

/* page subtitles */
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #993300;
	font-weight: bold;
}

.tagline {
	color: #9BC100;
	font-size: 14pt;
	font-style: italic;
	padding: 5px;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	color: #0099CC;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
}

.yellowdivider {
	background-image: url(graphics/yellowdivider.gif);
	background-repeat: repeat-x;
}

form {
	margin:0;
	padding:0;
}