body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #000099;
	background-color: #FFFFFF;
	}

#top {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border: 0px;
	height: 60px;
	}

#seperator {
	background-color: #FFFFFF;
	margin: 5px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #333399;
	}

#middle_container {
	margin: 10px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	background-image: url(../../images/Background.gif);
	background-repeat: repeat-y;
	border: 0px;
	}

#middle {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 20px 80px;
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	}

a {
        text-decoration: underline;
        color: #990000;
	}

a:hover {
	text-decoration: none
	}

a.navlinkbold {
	font: 9px verdana, arial, helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	height: 14px;
	}

a.navlinkbold:hover {
	text-decoration: underline
	}

a.navlinkbottom {
	font: 9px verdana, arial, helvetica, sans-serif;
	color: #005595;
	text-decoration: none;
	}

a.navlinkbottom:hover {
	text-decoration: underline
	}

a.navlinktop {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	padding: 2px 2px 5px 2px;
	background-color: #F1F1F1;
	text-align: center;
	border-top: 2px solid #386E97;
	border-right: 4px solid #222E86;
	border-bottom: 1px solid #386E97;
	border-left: 1px solid #386E97;
	}

a.navlinktop:hover {
	text-decoration: underline
	}

img {
	border:none;
	}

/* The h1 tag is used for the web page heading, important to Search Engines. */
h1 {
	font: bold 18px verdana, arial, helvetica, sans-serif;
	margin: 15px 0px 10px 0px;
	}

/* The h2 tag is used for the major sub-headings on a web page, important to Search Engines. */
h2 {
	font: bold 16px verdana, arial, helvetica, sans-serif;
	margin: 2px 0px 6px 0px;
	}

/* The h3 tag is used for the minor sub-headings on a web page, important to Search Engines. */
h3 {
	font: bold 14px verdana, arial, helvetica, sans-serif;
	margin: 2px 0px 4px 0px;
	}

/* The h4 tag is used for the very minor sub-headings on a web page, important to Search Engines. */
h4 {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	margin: 2px 0px 4px 0px;
	}

/* This is the default for all ul lists */
ul {
        margin: 10px 0px 25px 40px;
}

/* This is the default for all ul list elements */
li {
	list-style-type: disc;
	list-style-position: outside;
        margin: 0px 0px 10px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	} 

li.DecimalList {
	list-style-type: decimal;
	list-style-position: outside;
        margin: 0px 0px 10px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	}

.copyright {
	font: italic 9px verdana, arial, helvetica, sans-serif;
	color: #005595;
	}

/* Green box used under the page's heading with the H1 tag */
.seperator_1 {
        font: 6px verdana, arial, helvetica, sans-serif;
	width: 100%;
	margin: 10px 0px 25px 0px;
	border: 1px solid #00785E;
	}

/* Green line that seperates the text on newsletter pages */
.seperator_5 {
        font: 6px verdana, arial, helvetica, sans-serif;
	width: 100%;
	border-top: 1px solid #00785E;
	border-right: 0px solid #00785E;
	border-bottom: 0px solid #00785E;
	border-left: 0px solid #00785E;
        margin: 5px 0px 15px 0px;
	}

.product_name {
        font: bold italic 12px verdana, arial, helvetica, sans-serif;
	}