BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	background-color : White;
	color : Black;
}
.tag {
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}
A {
	color : #0099CC;
}
A.leftNav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	text-decoration : none;
	color : #666666;
	font-weight : bold;
}
A.leftNav:hover {
	color : #0099CC;
}
A.navBar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	color : #666666;
	font-weight : bold;
}
A.navBar:hover {
	color : #0099CC;
}
.navBarCell {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	color : #666666;
	font-weight : bold;
	text-align : right;
}
A.imageLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #999999;
}
A.productLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	color : #999999;
}

A.productLink:hover {
	color : #0099CC;
}

.imageText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : #999999;
}
HR {
	color : Gray;
	height : 1px;
}
H1,H2,H3 {
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	padding-bottom : 0px;
}
p.lead {
	margin-top : 0px;
	padding-top : 0px;
}
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	text-align : center;
}
A.copyright {
	color: #999999;
}
A.copyright:hover {
	color: #0099CC;
}

table.details {
	margin-left: 10px;
	background-color : White;
}

.copy {
	font-size : 13px;
	background-color: #EEEEEE;
	font-family : Arial, Helvetica, sans-serif;
}

.placeRight {
	float : right;
	text-align : center;
	font-size : 10px;
    color : #999999;
}

.placeLeft {
	float : left;
	text-align : center;
	font-size : 10px;
    color : #999999;
}