/*style sheet for FPII*/

body
{

	background: url(../image/vlbg.jpg);
	margin: 0;
}

h1 
{
	font-family: "Times New Roman", Times,  serif; 
	font-size: 14pt; 
	color: #300; 
	font-weight: bold; 
	text-align: center;
	letter-spacing: 0.05em;
}

h1.white 
{
	font-family: "Times New Roman", Times, serif; 
	font-size: 14pt; 
	color: #fff; 
	font-weight: normal; 
	text-align: center;
	letter-spacing: 0.01em;
}



h2 
{  
	font-family: Times, "Times New Roman", serif; 
	font-size: 12pt; 	
	font-weight: bold; 	
	color: #300;
	margin-top: 0;
	margin-bottom: 0;
}

.nomargin 
{ 
	margin-bottom: 0; 
	padding-bottom: 0; 
} 

p, td 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #036;
	line-height: 1.6em;
}

li
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	list-style-position: outside; 
	list-style-type: circle;
}

.bold
{	font-weight: bold; }

.small-copy
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #036;
	font-weight: normal; 
}

.small-reverse
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #fff;
	font-weight: bold; 
}

.number 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #fff; 
	font-weight: normal; 
	text-align: center;
}

.bg_gray
{
	background-color: #666;
	border: #036 1px solid;
	}

/*main body links*/

A:link 
{
	color: #006; /*blue*/
	text-decoration: underline;
}

A:visited
{
	color: #303; /*purple*/
	text-decoration: underline;
}

A:hover 
{
	color: #303; /*purple*/
	text-decoration: underline;
}

/*top nav links*/

A.navlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #300; 
	font-weight: bold; 
}

A.navlink:link
{ 
	color: #300;
	text-decoration: none; 
}


A.navlink:visited
{
	color: #300;
 	text-decoration: none;
}

A.navlink:active
{
	color: #300;
 	text-decoration: none;
}

A.navlink:hover
{
	color: #036;
	text-decoration: none; 
} 


/*these are links in the page footer*/

A.footlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #fff; 
	font-weight: bold; 
}

A.footlink:link
{ 
	color: #fff;
	text-decoration: none; 
}


A.footlink:visited
{
	color: #666;
 	text-decoration: none;
}

A.footlink:active
{
	color: #fff;
 	text-decoration: none;
}

A.footlink:hover
{
	color: #666;
	text-decoration: underline; 
} 

/*these are links for products*/

A.products
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold;
	line-height: 1.8em; 
}

A.products:link
{ 
	color: #fff;
	text-decoration: none; 
}


A.products:visited
{
	color: #fff;
 	text-decoration: none;
}

A.products:active
{
	color: #fff;
 	text-decoration: none;
}

A.products:hover
{
	color: #300;
	text-decoration: none;
	background-color: #fff; 
} 
	
