﻿#faqbody
{
	background-color: white; 
	color: black; 
	font-size: 12pt;
	margin-left: 8px;
	margin-right: 8px;
}

#faqbody a
{
	color: #0000c0;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#faqbody a:hover
{
	color: #0000c0;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#faqbody .paragraphheading
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: large;	
	font-weight: bolder;
	margin-top: 4px;
	margin-bottom: 4px;	
	background-image: url(/IISxpress/images/arrow_in_circle.png); 
	background-repeat: no-repeat; 
	padding-left: 32px;
	background-color: #f3f3f3; 
	vertical-align: middle;
	line-height: 28px;
	margin-bottom: 0.8em;
}

#faqbody ul.squareitem
{
	list-style-position: outside; 
	list-style-type: square; 
}

#faqbody .question
{
	font-weight: bold;
	font-size: larger;
}

#faqbody .answer
{
	text-align: justify;
	margin-bottom: 1.4em;
}