
ul.none 
{
	list-style-type: none;
}

.logo
{
	margin-left: 10px;
	margin-top: -20px;
	float: left;
}

.corebg 
{
	font-size: 14px;
	font-family: arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	padding-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 40px;
	margin-bottom: 10px;
	background: #e5e6e7;	
	background-image: url("images/hdblueemboss.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.outerbg
{
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #ffffff;
	background-repeat: repeat-x; 
	background-image: url("images/sredbg.gif");
}

.ptitle
{
	padding-top: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-family: arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.asiupic
{
	float:right;
}

.footer
{
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align:center;
}

a
{
	text-decoration: underline;
	color: #5B000B;
}

a:hover
{
	color: #5b005b;
	background-color: #ffffff;
}

body { color: #000000; background: #ffffff; }


table.pricelist 
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
	background-color: #e5e6e7;
	text-align: right;
}
table.pricelist th 
{
	border-width: 0px 0px 1px 0px;
	padding: 1px 3px 1px 3px;
	border-style: none none solid none;
	border-color: gray gray #ff004a gray;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

table.pricelist th.sn
{
	text-align:left;
}

table.pricelist td 
{
	border-width: 0px 0px 0px 0px;
	padding: 1px 3px 1px 3px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

table.pricelist td.finish
{
	text-align: center;
}

