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

A:hover        {
	text-decoration: underline;
	color: #B91A03;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	margin: 0px;
	background-color:#0099CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.mainBox {
	background-image: url(../images/maxisaw_03.jpg);
	background-repeat:no-repeat;	
	width: 350px;
	height: 458px;
	overflow: auto;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14pt;
	font-weight: bold;
	color:#123456;
	text-align: left;
	text-decoration: none;
}

.subHeading {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11pt;
	font-weight: bold;
	color:#123456;
	text-decoration:none;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	text-decoration: none;
}

.smallPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	border: 1px solid Black;
	background-color: #ffffff;
	text-decoration:none;
	padding: 3px;
}

.inputFieldRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: Black;
	border: 1px solid Black;
	background-color:#0099CC;
	text-decoration:none;
	padding: 3px;
}

.productTable {
	border: 1px #B91A03;
	border-style:dashed;
	padding: 2px;
}


/* NECESSARY TO INSERT IMAGECUBE.COM LINK*/
div#HiddenContent{
	width: 3px;
	height: 1px;
	overflow: hidden;
}