body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : 000000;
	padding-top : 0px;
	padding-left : 0px;
	margin-top : 0px;
	margin-left : 0px;
	background-color: #990000;
	}
	
p	{font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	}


img {border-style : none}

.bg_maroon {background-color: #990000;}
.bg_white {background-color: #ffffff;}


/* Hyperlink states */
A {
text-decoration : none;
	color: #ffffff;
}
A:Hover {
text-decoration : none;
	color: #ffffff;
}
A:Active {
text-decoration : none;
	color: #ffffff;
}


/* Hyperlink classes */

td.topNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	background-color: #990000;
}

td.topNavLinkSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	background-color: #333333;
}
	
	
	
.cd4sale {width:130px
			font-family:sans-serif
			padding-right:25px;
			margin-right:25px;
			padding-bottom:15px;
			float:left;
			text-align: center}
	
	
	
.header {background-color:#990000;
		padding:10px;
		}
	
	
.footer {background-color:#990000;
		color:#ffffff;
		text-align:right;
		padding:10px;
		}
	

/* BODY STYLE HYPERLINKS */
a:link.linkbody {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : blue;
	border : 0
	}
	
a:visited.linkbody {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : purple
	}


a:hover.linkbody {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
	color : blue
	}
	
a:active.linkbody {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : blue
	}

/* Note and/or photo credit*/
.note {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}


/* Float Right for pictures/captions */
.pictureTableRight { border : 0px ;
                     padding-top : 10px;
                     padding-bottom : 10px;
                     padding-left : 10px;
                     float : right; }

/* Float Left for pictures/captions */
.pictureTableLeft { border : 0px ;
                     padding-top : 10px;
                     padding-bottom : 10px;
                     padding-right : 10px;
                     float : left; }

