﻿/* FontStyle.css */
a.footerText
{
	font-weight: normal;
	font-style: italic;
}

div.line, div.phraseHeading, div.paragraph, div.statement
{
	font-style: normal;
	font-weight: normal;
}
div.footerCopyrightText, div.key, div.review, div.paragraphQuote
{
	font-style: italic;
	font-weight: normal;
}

div.reviewer, div.paragraphHeading, div.statementHeading  
{
	font-style: normal;
	font-weight: bold;
}
input.button 
{
  font-weight:normal;
}

.footerWebmasterText, .webLink
{
	font-style: italic;
	font-weight: normal;
}
.footerCopyrightText, 
div.key, div.review, div.paragraphQuote
{
	font-style: italic;
	font-weight: normal;
}


dt
{
	font-style: normal;
	font-weight: bold;	
}
dd
{
	font-style: normal;
	font-weight: normal;	
}
