
/*

006F45 - green
B33A96 - purple
bc932e - gold


*/


A. {
	color: Black;
	text-decoration: none;
}

A:hover        {
	text-decoration: none;
	color: #B33A96;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
}

#mastheadArea{
	width: 800px;
	height: 120px;
	border: solid #B33A96;
	border-width: 0px 1px 0px 1px;
}

#mainArea {
	vertical-align: top;
	width: 800px;
	border: solid #B33A96;
	border-width: 0px 1px 1px 1px;
	background-color:#FFFFFF;
}

#footerArea {
	width: 800px;
	text-align: center;
	font-size: 7pt;
	color:#7E7C7C;
}

.contentArea {
	height: 320px;
	vertical-align: top;
	font-size: 9pt;
	color : #000000;
	line-height: 14pt;
	text-decoration: none;
	text-align: left;
}

.regular {
	font-size: 9pt;
	color : #000000;
	line-height: 14pt;
	text-decoration: none;
}

.productTableData {
	vertical-align: top;
	font-size: 9pt;
	color : #000000;
	padding: 10px;
	text-decoration: none;
	text-align: left;
	border-top: 1px solid #B33A96;
}

.productPhoto {
	border: 1px solid #7E7C7C;
}

.heading {
	font-size: 15pt;
	text-decoration: none;
	color:#B33A96;
}

.subheading {
	font-size: 13pt;
	text-decoration: none;
	font-style:italic;
	color:#B33A96;
}

.footer {
	font-size: 7pt;
	color:#7E7C7C;
	text-decoration : none;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color:#CCCCCC;
	border: 1px solid #B33A96;
}

.list {
	list-style-type:square;
}
