/* Default CSS Stylesheet for a new Web Application project */

a:active {
	
	text-decoration : none;
 } 

a:hover {

	text-decoration : none; 
} 

a:link {

	text-decoration : none; 
} 

a:visited {

	text-decoration : none; 
} 

 a.faq:link {
font-family:  arial, geneva, sans-serif; /* Font Face */
font-size: 10pt; /* Font Size */
font-weight: normal; /* Font Style */
color: #8B0000; /* Font Color */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
line-height: 10px;
 }

a.faq:active {
font-family:  arial, geneva, sans-serif; /* Font Face */
font-size: 10pt; /* Font Size */
font-weight: normal; /* Font Style */
color: #8B0000; /* Font Color */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
line-height: 10px;

}

a.faq:visited {
font-family:  arial, geneva, sans-serif; /* Font Face */
font-size: 10pt; /* Font Size */
font-weight: normal; /* Font Style */
color: #8B0000; /* Font Color */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
line-height: 10px;
}

a.faq:hover {
font-family:  arial, geneva, sans-serif; /* Font Face */
font-size: 10pt; /* Font Size */
font-weight: normal; /* Font Style */
color: #8B0000; /* Font Color */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
line-height: 10px;
}

li {
	font-size : 12px; 
	font-family: arial, geneva, sans-serif; 
	color : #000000;
    } 

ul {
   list-style-image : url(bullet1.gif);
	font-size : 12px; 
	font-family:  arial, geneva, sans-serif;
	color : #000000;
	
  } 
  
.header {
	font-family: arial, geneva, sans-serif;
	font-size : 16px; 
	font-weight : bold; 
	color : #7F0800; 
}  


.subhead {
	font-family: arial, geneva, sans-serif;
	font-size : 14px; 
	font-weight : bolder; 
	color : #7F0800; 

} 

/* Form Element Styles */
#Form2 input, #Form2 select {font: 12px Helvetica, Arial, Verdana, sans-serif; color: #787878; line-height: normal}
