
body 
{
   background: url("bg.gif");
   /*background-color: #F2F5F7;*/
   background-color: #D2B48C;
   font-family: Helvetica;
   font-size : 12px;
   /*color: #B8860B;*/
   color: black;
   margin: 0px;
}

table 
{
    font-size : 12px;
}

h1
{
    font-weight: bold;
    font-size: 21px;
    font-family: Helvetica;
    text-decoration: none;
    line-height : 120%;
    color: #B8860B;
    margin: 2px;
}

h2 
{
    font-family: Arial, Helvetica, sans-serif;
    background-image : url(images/box_left_icon.gif);
    background-repeat : no-repeat;
    background-position : left;
    padding-left : 18px;
    font-size: 18px;
    margin: 0px;
}

h3 
{
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    margin: 2px;
}

p 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin: 2px 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ******************************* */
td
{
	background: #D2B48C;
	font-size: 10pt;
    font-weight: bold;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
div
{
	background: white;
	margin: 20px;
	border: 1px solid #B8860B;
	text-align: center;
}
div.sub
{
	/*background: #F2F5F7;*/
	background: #FAEBD7;
	margin-bottom: 20px;
	font-size: 12pt;
	text-align: left;
    font-family: Helvetica;
	/*color: #B8860B:*/
	/*color: black;*/
}
a:link, a:visited { color: #B8860B; }
a:hover { color: black; }

#subHeading
{
	/*background: #8AA5B5;*/
	background: #D2B48C;
	margin-left: 1px;
	margin-right: 1px;
	color: white;
	font-size: 14pt;
	padding-left: 5px;
	text-align: center;
}
#text2
{
	font-style: italic;
	text-align: center;
}
#text3
{
	text-align: center;
}
#text4
{
	color: #B8860B;
	font-size: 18pt;
	text-align: center;
}
#text5
{
	text-align: center;
}
#textEmphasis
{
	font-style: italic;
}
#faqQuestion
{
	color: black;
	font-weight: bold;
}
#MainHeadingText
{
	/*color: black;*/
}

