body
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838372;
}
th
{
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}
td
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838372;
}
input.button
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	border: 1px ridge;
}

input.text
{
	border: 1px solid #808080;
	font-size: 11px;
	font-family: Verdana, Arial;
	height: 18px;
	padding-left: 3px;
}

select
{
	font-size: 11px;
	font-family: Verdana, Arial;
	border: 1px solid #808080;
	height: 20px
}

.small
{
	font-size:10px;
}

.blue
{
	font-size:11px;
	font-weight: bold;
	color: #0066CC;
}
.red
{
	font-weight: bold;
	color: #A0301C;
}
.redCurrency
{
	font-family: "Century Gothic", Century, "Comic Sans MS", Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #940700;
}
.normalCurrency
{
	font-size: 11px;
	font-weight: bold;
	color: #940700;
}


form
{
	margin: 10 0 0 0;
	padding: 0;
	display:block;
}
/*-----------------------------------*/
a:link 	{
	color: #454345;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	} 
a:visited {
	color: #454345;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #CC0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	} 
a:active {
	color: #454345;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
/*-----------------------------------*/
a.footerLinks:link, a.footerLinks:visited, a.footerLinks:hover, a.footerLinks:active
{
	color: #EEE4CF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.footerLinks:hover
{
	text-decoration: underline;
}

/*-----------------------------------*/
a.navLinks, a.navLinks:hover, a.navLinks:active, a.navLinks:visited
{
	color: #A0301C;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/*-----------------------------------*/
a.brandLinks:link, a.brandLinks:visited, a.brandLinks:hover, a.brandLinks:active
{
	color: #454345;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.brandLinks:hover
{
	text-decoration: underline;
}
/*-----------------------------------*/
td.ProductHeading
{
	font-family: Arial;
	font-size:15px;
	font-weight: bold;
	color: #5E5E5E;
}

td.ProductName
{
	border-bottom: 1px solid #666666;
}
td.ProductDetail
{
	font-size: 12px;
	text-align:justify;
}
/*-----------------------------------*/
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #136b9b;
	font-weight: normal;
	margin-bottom: 0px;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------*/
.errMsg
{
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	height: 22px;
}
.infMsg
{
	background-color: #FFFFCC;
	border: 1px solid #0000FF;
	height: 22px;
}
.confMsg
{
	background-color: #FFFFCC;
	border: 1px solid #660000;
}
.quesMsg
{
	background-color: #FFFFCC;
	border: 1px solid #0000FF;
}
/*--------------------------------*/
