/* Default CSS Stylesheet for a new Web Application project */
.number
{
	font-family:Verdana;
	font-size:15px;
	font-weight:400;
	color:#333399;
}
.copy
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
}
.subnavcopy
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration:none;
}
.subnavcopy:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:black;
	text-decoration:none;
}
.copywhite
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
}
.copybrown
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:#663333;
}
.copyblue
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#333399;
}
.linker
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#333399;
}
.linker:hover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#333399;
	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: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:245px;
	}