a.nav:active     { font-family: Arial; font-size: 12pt; font-weight: bold; color: #ffffff}
a.nav:link       { font-family: Arial; font-size: 12pt; font-weight: bold; color: #ffffff}
a.nav:visited    { font-family: Arial; font-size: 12pt; font-weight: bold; color: #ffffff}
a.nav:hover		 { font-family: Arial; font-size: 12pt; color: Red}

a.quest:active     { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
a.quest:link       { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
a.quest:visited    { font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
a.quest:hover		 { font-family: Arial; font-size: 10pt; font-weight: bold; color: Red}

table.sample {width: 950px;}
td           { font-family: Arial; font-size: 12pt; color: #000000; }
Body		 { }

table.faq {width: 800px;}
@import "common.css";
p            
{ 
	font-family: Arial; font-size: 12pt; color: #000000 
}

p.large           
{ 
	font-family: Arial; font-size: 14pt; color: #000000 
}

p.small         
{ 
	font-family: Arial; font-size: 10pt; color: #000000 
}

LI	
{
	font-family: Arial; font-size: 12pt; color: #000000
}		


A.large:link
{
	color : #006666;
	text-decoration : none;
	font-weight : bold
}


A.large:active
{
	color : Red;
	text-decoration : none;
	font-weight : bold
}

A.large:hover
{
	color : Red;
	text-decoration : none;
	font-weight : bold
}

A.large:visited
{
		text-decoration : none;
		font-weight : bold		
}