/* main layout style sheets */

BODY
{
	font-size: 9.5pt;
	color: #0057b7;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
}

Table
{
	font-size: 9.5pt;
}
.message
{
	font-weight: bold;
	padding-bottom: 5px;
	color: crimson;
	padding-top: 5px;
}
.productnumsm
{
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	color: crimson;
	padding-top: 5px;
}
.productnum
{
	font-weight: bold;
	padding-bottom: 2px;
	color: crimson;
	padding-top: 5px;
}
.pointer
{
	cursor: hand;
	font-size: 8pt;
}
.formfont
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006de1;
}
/* shell paddings */
.s_blueboarder
{
	border-right: #0099ff 5px solid;
	border-top: #0099ff 5px solid;
	border-left: #0099ff 5px solid;
	width: 760px;
	border-bottom: #0099ff 5px solid;
}
.s_mainpadding
{
	padding-right: 5px;
	padding-bottom: 5px;
}
.s_contentpadding
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* link hover settings */
A:link	{	
	text-decoration:	none;
	color:	#0057b7;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0057b7;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0057b7;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
/* right navigation settings */
.navbgimg
{
	background-image: url(../images/header_nav.jpg);
	background-repeat: no-repeat;
	background-color: white;
}
.navlinkpad
{
	padding-left: 5px;
	padding-top: 5px;
	font:7pt verdana, arial, sans-serif;
}
.navlinkpad2
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
}



.NewProduct {
margin:9 0 6 6;
padding:8 0 8 0;
border-top:dotted #ccc 1px; 
border-bottom:dotted #ccc 1px; }

.NewProductLabel {
font:10px arial, verdana, sans-serif;
color:red; }

.NewProduct a:link, .NewProduct a:active, .NewProduct a:visited {
font:bold 14px arial, verdana, sans-serif;
color:red; }