
/*
 * Title:	    Display styles
 * Description: The following styles are used to control a displayed page on
 *              a user's display monitor.  
 * Author: 	    Jay Damon
 * Version:	    1.0
 * See also:    printer.css
 *
   Example:     <link type="text/css" rel="stylesheet" href="../theme/master.css"  title="display" />
	            <link type="text/css" rel="stylesheet" href="../theme/display.css" title="display" />
	            <link type="text/css" rel="stylesheet" href="../theme/printer.css" media="print"   />
 *
 * JSP Example: 
 */

		#FAQs
		{
			top              :   0;
			left             :   0;
			width            : 100%;
			height           : 100%;
			overflow         : auto;
		}

		#questions
		{

		}

		#answers
		{

		}

		#FAQs h1
		{

		}

		#FAQs h2
		{
			margin           : 15px 0px;
		}

		#FAQs h4
		{

		}

		#FAQs hr
		{
			margin           :  10px;
			margin-top       :  20px;
		}

		#FAQs ul li
		{
			list-style-type  : disc;
			margin-left      :  20px;
			margin-bottom    :  5px;
		}

		#FAQs dl /* .faq */
		{

		}

		#FAQs dt
		{
			font-weight      : bold;
		}

		#FAQs dd
		{
			margin           :  10px;
			margin-top       :   5px;
			margin-left      :  20px;
		}

		#FAQs span.note
		{
			font-weight      : bold;
			line-height      : 200%;
		}

		#FAQs a.return
		{
			margin           :   0px;
			margin-left      :  20px;
		}


