body {background-color: white}

p 
{ 
margin: 10;
width: 750;
}

p.fullwidth 
{ 
margin: 0
}

p.fc_question 
{
color:navy;
font-weight:bold;
margin: 10;
width: 750;
}

p.fc_answer 
{
color:black;
margin: 10;
width: 750;
}


table.fullsize	
{ 
  cellpadding: 4; 
  width: 750;
  border-width: 0;
  cellspacing:0;
  margin: 10
}	

table.bordertable
{
  cellpadding: 20; 
  width: 350;
  border-style: solid;
  cellspacing: 20;
  border-color: black;
  border-width: 1
}

table.sitelinks	
{ 
  cellpadding: 4; 
  width: 750;
  border-style: dotted;
  border-width: 1;
  cellspacing: 0;
  border-color: silver
}

hr.topbottom	
{
  color="gray";
}

h1		
{
  font-family: "Arial";
  margin : 10;
  
}
		
h2		
{
  font-family: "Arial";
  margin : 10;
}

h3
{
  font-family: "Arial";
  color: "navy";
  margin : 10
}

a:link          
{
  color: black;
}

a:visited       
{
  color: black;
}

a:active        
{
  color: black;
  text-decoration: none;
}

a:hover         
{
  color: brown;
}

dt
{
  font-family: "Arial";
  color:navy;
  margin : 20
}

dd
{
  width: 775;
  margin-left: 20;
  margin-right: 20;
  margin-bottom: 20
}

.example
{
  font-style:italic
}

.xref
{
  font-style:italic
}

<!-- FAQ Composer -->
h1.fc_productservice {color:black}
h2.fc_category {color:Navy}

hr.fc_productserviceseparator {color:Black}
hr.fc_questionseparator {color:Olive;height:1px}

a.fc_question {}
a.fc_see {}

a.fc_index {}
a.fc_top {}

br.fc {}



p.fc_see {color:black}
p.fc_copyright {font-size:smaller;font-style:italic}

ul.fc_question {}
li.fc_question {}

li.square {list-style-type:square}

li.circle {list-style-type:circle}