/* Default CSS Stylesheet for a new Web Application project */

.title
{
    font-family: Times New Roman, Verdana;
	font-size:18px;
	font-weight:800;
	color:#CC6666;
	
}
.bold
{
    font-family: Times New Roman, Verdana;
	font-size:14px;
	font-weight:800;
	color:#CC6666;
	
}
.copy
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#CC6666;
}
.bigcopy
{
	font-family:Verdana;
	font-size:12px;
	font-weight:400;
	color:#CC6666;
}
.subnavlinks
{
    font-family: Times New Roman, Verdana;
	font-size:14px;
	font-weight:800;
	color:#CC6666;
	text-decoration:none;
	
}
.subnavlinks:hover
{
   
	
	color:#CC9999;
	text-decoration:none;
	
}
.subnavlinks_on
{
    font-family: Times New Roman, Verdana;
	font-size:14px;
	font-weight:800;
	color:#CC6666;
	text-decoration:underline;
	
}


.copy a
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#CC6666;
	
	
}
.copyright
{
font-family:Verdana, arial;
color:#FFFFFF;
font-size:12px;
text-decoration:none;

}
.footer
{
font-family:Verdana, arial;
color:#FFFFFF;
font-size:12px;
text-decoration:none;

}
.footer:hover
{
font-family:Verdana, arial;
color:#FF9999;
font-size:12px;
text-decoration:none;

}
.pipe{
color:#CC6666;
font-size:13px;
}
.highlight 
        {
            background-color: lemonchiffon; 
        }
.textbox 
	{
	BORDER-RIGHT: #CC6666 1px solid; 
	BORDER-TOP: #CC6666 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #CC6666 1px solid; 
	BORDER-BOTTOM: #CC6666 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:134px;
	color:#CC6666;
	}
	.error{
	font-family:Arial;
	color:Red;
	font-size:12px;
	font-weight:800;
	}