﻿body 
{
	font-family:Verdana;
	font-size: 10pt;
	padding-top: 5px;
	line-height: 150%;
	color:#4c4c4c;
	text-align:justify;
}


a
{
	color: #048EBD;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	background-color: whitesmoke;
	color:#4c4c4c;
}

ul
{
		line-height: 170%;
}


blockquote
{
	border-right: silver thin dotted;
	border-top: silver thin dotted;
	border-left: silver thin dotted;
	border-bottom: silver thin dotted;
	background-color: #fbfbfb;
	margin: 5px 5px 5px 40px;
	padding-top: 20px;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom:30px;
	margin-top:30px;
	font-family:Courier New;
}

.smallText
{
	font-size:x-small;
}

.table
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

h2
{
    font-size: 15pt;
    color: #048EBD;
    border-bottom: 1px solid;
    border-bottom-color: #048EBD;
    margin-top: 45px;
    font-family: Arial
}

h3
{
	font-size: 13pt;
	color: #048EBD;
    font-family: Arial;
    margin-top: 45px;
    
}

h3 a
{
	text-decoration:none;
	border-bottom-style:none;
	
	}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    border-bottom: 1px solid;
    border-bottom-color: #048EBD;
    height:36px;
}
.questionheader
{
    background-color: #808080;
    color: #FFFFFF;
    height: 26px;
    font-weight: bold;
}
.questionTable
{
    background-color: #f4f9fc;
    margin-left:15px;
    
}
