a:link {
		color:#0000FF;
		text-decoration:underline;
		} 
		
a:visited {
		color: #0000FF;
		text-decoration:underline;
		}
		
a:hover {
		color: #0000FF;
		text-decoration:none;
		font-weight:bold;
		}
		
a:active {
		background-color:#FFFFCC;
		font-weight:bold;
		}
		
body {
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		background-color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		}
		
table.main {
		background-color:#F8F8F8;
		width:98%;
		height:500px;
		border-right:#333333 1px solid;
		border-left:#333333 1px solid;
		border-bottom:#333333 1px solid;
		bottom:3px;
		table-layout: auto;		
		}

table.main_menu {
		background-color:#F8F8F8;
		width:95%;
		border-right:#333333 1px solid;
		border-left:#333333 1px solid;
		border-bottom:#333333 1px solid;
		bottom:3px;
		table-layout:auto;
		}


table.header_table {
		width:96%;
		border:1px;
		bordercolor:#999999;
		table-layout: auto;
		}
		
table.basic_table {
		width:95%;
 		background-color:#EBEBEB;
		border-left:#000000 1px outset;
		border-right:#000000 1px outset;
		border-bottom:#000000 1px outset;
		}


td {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

td.header_table {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; background:url(product_header.jpg); background-repeat:repeat; border:#000000 outset thin; padding:10px;}
td.basic_table {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; background-color:#EBEBEB; border-right:#000000 1px outset; border-bottom:#000000 1px outset; padding:5px;}

font.header_table {
		color:#0000FF;
		font-size:14px;
		position:relative;
		top:3px;		 
		}
		
p { text-indent:0px; text-align:justify;}
p.text { text-indent:20px; text-align:justify;}
