﻿body
{
	font-family: 'Avenir' , 'Arial' , 'Sans-Serif';
	background-color: #C5D9F1;
	background-color: White;
	font-size: 13pt;
}
a:link
{
	color: #0046AD;
	text-decoration: none;
}
a:visited
{
	color: #0046AD;
	text-decoration: none;
}
a:hover
{
	color: #0046AD;
}
.QuestionBox
{
	background-color: #DFDED9;
	border-width: thin;
	border-color: #CCCCCC;
	border-style: solid;
	cursor: pointer;
}
.AnswerBox
{
	background-color: #DFDED9;
	border-width: thin;
	border-color: #CCCCCC;
	border-style: solid;
	display: none;
	cursor: pointer;
}
.QuestionHeaderText
{
	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #051761;
	font-weight: bold;
}
.QuestionAnswerText
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: Black;
}
table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #04175C;
	border-collapse: separate;
	background-color: white;
	font-size: small;
	text-align: left;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	text-align: left;	
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	text-align: left;
	vertical-align: top;
}
