Body
{
	background-color: White;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TD
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.NavMain
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-stretch : extra-expanded;
	text-transform : uppercase;
	text-decoration : none;
	text-align : center;
	word-spacing : 5px;
}

.NavMain A
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-stretch : extra-expanded;
	text-transform : uppercase;
	text-decoration : none;
	text-align : center;
	word-spacing : 1px;
	color : Black;
}

.NavSub
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-stretch : extra-expanded;
	text-transform : uppercase;
	text-decoration : none;
	text-align : center;
	word-spacing : 5px;
	padding-top : 10px;
}

.NavSub A
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-stretch : extra-expanded;
	text-transform : uppercase;
	text-decoration : none;
	text-align : center;
	word-spacing : 1px;
	color : Black;
}

.CartItem
{
	font-size : 9px;
	text-align : left;
	font-weight : normal;
	text-transform : capitalize;
}

.CartPrice
{
	font-size : 9px;
	text-align : right;
	font-weight : normal;
}

.CartTotal
{
	font-size : 9px;
	text-align : right;
	font-weight : bold;
}

.PriceTable
{
	margin-right : 20px;
}

.ProductName
{
	text-transform : uppercase;
	text-align : center;
	font-size : 16px;
}

.ProductName A
{
	text-decoration : none;
	font-weight : bold;
	color : Black;
}

.ProductPrice
{
	font-weight : bold;
	font-size : 18px;
	text-align : right;
}

.ProductPriceMarkdown
{
	font-weight : bold;
	font-size : 15px;
	text-align : right;
	color : Red;
	text-decoration : line-through;
}

.ProductQuantity
{
	font-weight : bold;
	font-size : 16px;
	text-align : right;
}

.ProductQuantity Input
{
	font-weight : normal;
	font-size : 12px;
	text-align : left;
	border-bottom-width : 1;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-color : Black Black Black Black;
}

.ProductTitle
{
	text-transform : uppercase;
	text-align : left;
	font-size : 16px;
	padding-left : 10px;
	padding-top : 25px;
	font-weight : bold;
}

.ProductCode
{
	text-align : left;
	font-size : 10px;
	padding-left : 10px;
	font-weight : bold;
}

.ProductDescription
{
	text-align : left;
	font-size : 11px;
	padding-top : 20px;
	text-indent : 10px;
	padding-left : 10px;
	padding-right : 10px;
}

.ShoppingCart
{
	font-size : 10px;
}

.Text
{
	text-align : left;
	font-size : 12px;
	padding-left : 10px;
}

.TextTitle
{
	text-align : left;
	font-size : 12px;
	padding-left : 10px;
	font-weight : bold;
}

.Text Input
{
	font-weight : normal;
	font-size : 12px;
	text-align : left;
	border-bottom-width : 1;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-color : Black Black Black Black;
}

.TableHeader
{
	background-color : #B22222;
	color : White;
	font-weight : bold;
	font-size : 14px;
	padding : 3 3 3 3;
}

.TableSubHeader
{
	color: Black;
	font-weight: bold;
	font-size: 14px;
	padding: 3 3 3 3;
	text-align: center;
}

.TablePrice
{
	color: Black;
	font-weight: bold;
	font-size: 14px;
	padding: 3 3 3 3;
	text-align: right;
}

.PlainText
{
	text-align: center;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top : 10px;
}

.PlainTextTitle
{
	text-align : left;
	font-size : 14px;
	padding-left : 10px;
	padding-right: 10px;
	font-weight : bold;
	padding-top : 10px;
}

.penaDEV
{
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: White;
}

.penaDEV p
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}