﻿body 
{
	font-family:Arial;
    color: black ;
    font-size: 10pt;
    margin: 0;
    
    border:none 0;
    background-image:url(ThemeImages/bgPage.png); 
    background-repeat:repeat;
    
}
p{
	font-family:Arial;
	color: black ;
}
h1
{
	font-size:large;
	font-family:arial;
	font-weight:bold;
	color:#0062AE;
	
}
h2
{
	font-family:arial;
	color: #0062AE;
	font-size:11pt;
	
	
	
}
a
{
	color: #BA2424;
	text-decoration: none;
		
}
a:hover
{
	text-decoration: underline;
}


.InfoLabel
{
	color:blue;
}

.infoFormTip
{
font-size:smaller;
color:Gray;
	
}



.FAQQuesion{
    font-family: Arial;
    font-weight:bold;	
    color:Black;
    padding: 10px 0;
}
.FAQAnswer{
    font-family: Arial;
    font-weight: normal;	
    padding: 0 0 20px;
}