.fine {font-size: 12px;}

iframe { 
overflow-x: hidden; 
overflow-y: hidden; 
} 

body.top
{
	background-image:url('../images/top.png');
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 16px;
}
body.bottom
{
	background-image:url('../images/bottom.png');
	background-attachment:fixed;
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-bottom: 16px;
}
body.middle
{
  	overflow-y:scroll;
	margin-left: 16px;
	
	margin-right: 0px;
	
	background-image:url('../images/left.png');
  background-position:left;
  background-repeat:repeat-y;
}
.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #047989;
}
.titlered {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #D6120E;
}
.headingblue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #057D8F;
}
.headingred {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #D51B1F;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #023840;
	
}
.textbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	font-variant: normal;
	color: #023840;	}
a:link {
  	color: #00798A; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 
a:visited {
  	color: #6A7174; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {  
	color: #CE2828; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.highlight {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.wizard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titleproduct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	vertical-align:top;
	padding:0px 0px 0px 5px;
}

.form {

padding:0px 0px 0px 5px;

}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-color: #FF0000;
}
table.product {
	table-layout: fixed;
	width: 640px;

}

table td {
	padding: 0px;
	border-style: none;

}

table.main {
  	width:900px;
}

.pimagetop {
  	background-image:url('../images/product.png');
	border-radius:15px 15px 0px 0px;
	width: 200px;
	height: 160px;
}

.pimagemid {
  	background-image:url('../images/product.png');
	border-radius:15px 15px 15px 15px;
	width: 200px;
	height: 160px;
}
.pimagebot {
  	background-image:url('../images/product.png');
	border-radius:0px 0px 15px 15px;
	height: 160px;
}

.pimage {
  	background-image:url('../images/product.png');
	border-radius:0px 0px 0px 0px;
	height: 160px;
}