/* Default CSS Stylesheet for a new Web Application project */
.homenav
{
    font-family:Arial;
    font-size:13px;
    font-weight:800;
    color:#006699;
    text-decoration:none;
    
}
.homenav:hover
{
    font-family:Arial;
    font-size:13px;
    font-weight:800;
    color:red;
    text-decoration:none;
    
}

.leftnav_off
{
 font-family:Arial;
 font-size:13px;
 color:#003399;   
}

.cartheader
{
 font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:#336699;
	text-decoration:none;
	border-bottom: solid 1px #336699;
	padding-bottom: 5px;
	padding-top: 5px;
}
.cartfooter
{
 font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:#336699;
	text-decoration:none;
	border-top: solid 1px #336699;
	
}
.producttitle
{
	font-family:Verdana;
	font-size:16px;
	font-weight:800;
	color:red;
	text-decoration:none;
}
.copyredbig
{
	font-family:Verdana;
	font-size:14px;
	font-weight:400;
	color:red;
	text-decoration:none;
}
.copyred
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:red;
	text-decoration:none;
}
.sublinks
{
	font-family:Verdana;
	font-size:13px;
	font-weight:400;
	color:#99ccff;
	text-decoration:none;
}
.sublinks:hover
{
	font-family:Verdana;
	font-size:13px;
	font-weight:400;
	color:white;
	text-decoration:none;
}
.sublinkson
{
	font-family:Verdana;
	font-size:13px;
	font-weight:800;
	color:white;
	text-decoration:none;
}
.pipes
{
	font-family:Verdana;
	font-size:13px;
	font-weight:400;
	color:White;
	text-decoration:none;
}
.copy
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:#336699;
	text-decoration:none;
}
.copybold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:800;
}
.title		{
	font-family: Verdana;
	font-size: 14pt;
	
	font-weight : bold;
}

.header		{
	font-family: Verdana;
	font-size: 12pt;
	
	font-weight : bold;
}

.highlight 
        {
            background-color: lemonchiffon; 
        }
.textbox 
	{
	BORDER-RIGHT: #3d3d3d 1px solid; 
	BORDER-TOP: #3d3d3d 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #3d3d3d 1px solid; 
	BORDER-BOTTOM: #3d3d3d 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:225px;
	}