/* CSS Document */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 100;
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing : 2px;
	line-height: 21px;
}
#productName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
	background-color: #EEEEEE;
	letter-spacing: 1px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#productText {
}
#productFooter {
	padding: 2px;
	clear: both;
	margin-bottom: 3px;
	text-align: right;
}
#dataSheet {
	margin: 3px 90px 3px 0px;
	vertical-align: middle;
}