﻿body{
	background:transparent;
	font-family:"Georgia", “Times New Roman”, "Times", "serif";
	font-size:12pt;
}
a:link	{
	color:#510000;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#1b0470;
	font-weight:bold;
	text-decoration:none;
}
div.left	{
	width:250px; 
	float:left; 
	vertical-align:top;
	margin-right:80px;
}
div.right	{
	width:215px; 
	float:left; 
	vertical-align:top;
}
div.center	{
	text-align:center;
}
div.pop	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	margin-bottom:6px;
	width:100%;
}
div.divider	{
	background-image:url('images/divider.png');
	background-repeat:no-repeat;
	width:90%;
	height:20px;
	margin-right:auto;
	margin-left:auto;
}
div.quote	{
	border:3px;
	border-style:double;
	border-color:#5f4536;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding:7px;
}
div.address	{
	border-style:none;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
}
div.indent	{
	margin-left:15pt;
}
div.link	{
	text-align:center;
	margin-top:10%;
}
p.center	{
	text-align: center;
}
h1{
	color:#510000;
	font-size:16pt;
	text-align:center;
	text-transform:uppercase;
}
h2{
	color:#1b0470;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
}
div.sub	{
	color:#1b0470;
	font-size:12pt;
	text-align:center;
	margin-top:-12pt;
	font-weight:bold;
}
img{
	border:none;
}
li{
	list-style-type:upper-roman;
}
li.disc	{
	list-style-type:disc;
}
