/***********************************************/
/* main.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-bottom: 30px;
	background-image: url(bk.gif);
	color: #000000;
	}

a{
	color: #003399;
	font-weight: bold;
}

a:link{
	color: #036;
	text-decoration: none;
}

a:visited{
	color: #177064;
}

a:hover{
	color: #333;
	text-decoration: underline;
}

h1  {
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999;
	margin: 0px;
	}

h2  {
	font-size : 18px;
	}

h3  {
	font-size : 14px;
	font-style: normal;
	font-weight: bold;
	}

.tdmenu {
	vertical-align: top;
	width: 110px;
	} 

.tdmenuspace {
	width: 20px;
	} 


.footnote  {
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.footer  {
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.caption  {
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	text-align: center;
	}
		
.product  {
	font-size : 9pt;
	font-weight : bold;
	}

.price  {
	font-size : 12px;
	color : #000;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	}
#tbody {
	color: #CCC;
}

