/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Times New Roman, Times, serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

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

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
h1{
 font-family: Times New Roman, Times, serif;
 font-style: bold;
 font-size: 130%;
 text-align: center;
 color: #993300;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Times New Roman, Times, serif;
 font-size: 24px;
 font-style: italic;
 text-align: center;
 color: #993300;
 margin: 0px;
 padding: 0px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/************* #Tables styles *************/
#ProductInfoTable {
width: 100%;
border: 0;
font-size:12px;
}

#ProductInfoTable td{
width: 50%;
}