body
{
	font-family: verdana, arial, helvetica, sans-serif; 
    background: url(../images/background_vw_logo_01.gif) #ffffff fixed no-repeat center center;
    color: black;  
    margin: 0 0 0 0;
    background-color: #ffffff; /* #cccccc probably use #ffffff causes issues with netscape otherwise */
}
/*
TODO:
add font-family: verdana, arial, helvetica, sans-serif; 
to every style for older versions of netscape

 margin: 0 0 0 0;
*/

h1
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
}

h3
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
}

.text
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
}

.textBold
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}

.blueLink
{
	color: Blue;	
}


/* used in the header for upper right hand corner */
.contactInfo
{
	font-size: 12px;
	font-weight: bold;
}

.navigation-off
{
	font-family: verdana, arial, helvetica, sans-serif; 	
	background-color: #999999;
	font-size: 11px;
	color: #ffffff;		
	text-decoration: none;	
}

.navigation-off a:hover
{
	color: #000000;		
	text-decoration: underline;
}

.navigation-on
{
	background-color: #cccccc;
	font-size: 11px;	
	color: #000000;		
	text-decoration: underline;
}

.tagLine
{
	font-size: 12px;	
}

.footerLink
{
	background-color: #999999;
	font-size: 11px;
	color: #ffffff;		
	text-decoration: none;	
}

.footerLink a:hover
{
	color: #000000;		
	text-decoration: underline;
}

.footerHelp
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;	
}


.boxTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	position:relative;
	top: -9px;
	background: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}

.box
{
	border-style: solid;
	border-width: 1px;
/*	border-color: #cccccc; */
	border-color: #000000;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.error
{
	font-size: 11px;
	font-weight: bold;
	color: Red;	
}

INPUT
{
	font-family: Verdana;
	font-size: 12px
}
TEXTAREA
{
	font-family: Verdana;
	font-size: 12px
}
SELECT
{
	font-family: Verdana;
	font-size: 12px
}

.required
{
	color: Red;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;	
}