/* Default CSS Stylesheet for a new Web Application project */
.subnav
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:#999999;
	text-decoration:none;
}
.subnav:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:red;
	text-decoration:none;
}

.bigbold
{
	font-family:arial;
	font-size:17px;
	font-weight:800;
	color:Black;
}
.stretch
{
    font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#999999;
	letter-spacing:4px;
}
.navlinks
{
	font-family:arial;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration:none;
}
.navlinks:hover
{
	font-family:arial;
	font-size:10px;
	font-weight:400;
	color:#99CC99;
	text-decoration:none;
}

.copy
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#999999;
}
.copyblack
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:black;
}
.copysmall
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:black;
}
.copybold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:800;
}
.copylink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:underline;
}

.copylink:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	text-decoration:none;
}

.title		{
	font-family: Verdana;
	font-size: 14pt;
	
	font-weight : bold;
}
.byline
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
	text-decoration:italic;
	
}
.date
{
	font-family:Verdana;
	font-size:9px;
	font-weight:400;
}

.highlight 
        {
            background-color: lemonchiffon; 
        }
.textbox 
	{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	color:#999999;
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:340px;
	}