﻿body 
{
	margin:0px;
	background-color:White;
}
.grayHeader
{
	font-family:Arial;
	font-size:11pt;
	color:#444444;
	font-weight:bold;
}
.blackText
{
	font-family:Arial;
	font-size:10pt;
	color:#181818;
	text-align:justify;
}
.grayText
{
	font-family:Arial;
	font-size:10pt;
	color:#868686;
	text-align:justify;
}
.blueHeader
{
	font-family:Arial;
	font-size:11pt;
	color:#3d6f92;
	font-weight:bold;
}
.blackBigHeader
{
	font-family:Arial;
	font-size:20pt;
	color:#181818;
	font-weight:bold;
}
.grayBigHeader
{
	font-family:Arial;
	font-size:20pt;
	color:#444444;
}
.blueLink a
{
	font-family:Arial;
	font-size:11pt;
	color:#3d6f92;
	text-decoration:underline;
}
.blueLink a:hover
{
	font-family:Arial;
	font-size:11pt;
	color:#3d6f92;
	text-decoration:none;
}
.blueLink a:visited
{
	font-family:Arial;
	font-size:11pt;
	color:#3d6f92;
	text-decoration:underline;
}
.imaging
{
	border: 1px solid #3d6f92;
	cursor:hand;
}
