@charset "utf-8";

/* CSS Document */
a:link
{
	color:#0000EE;
	font-style:normal;
	text-decoration:none;
	border:0;
}

a:visited
{
	color:#FF0080;
	font-style:normal;
	text-decoration:none;
	border:0;
}

a:active
{
	color:#FF0000;
	font-style:normal;
	text-decoration:none;
	border:0;
}

a:hover
{
	color:#F00;
	background-color:#FF3;
	text-decoration:underline;
}

body
{
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	font-size:14pt;
	color:#000000;
	background-color:#FFFF66;
}

img
{
	border:0;
	width:88px;
	height:31px;
}

.center { text-align:center; }

.center img
{
	border:none;
	width:auto;
	height:auto;
}

.fl
{
	float:left;
	padding-left:1em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.fr
{
	width:89%;
	float:right;
}

table.one
{
	width:99%;
	text-align:center;
	border-width:4px;
	border-style:outset;
}

table.carolyn
{
	width:70%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	border-width:4px;
	border-style:outset;
}

td.carolyn
{
	width:23%;
	text-align:center;
}

table.two
{
	border-width:8px;
	border-style:outset;
	background-color:#008000;
	width:100%;
	padding:4px;
}

td.one
{
	background-color:#FFFFFF;
	width:100%;
	padding-top:1em;
	padding-bottom:0;
}

td.two
{
	width:50%;
	color:#003000;
	background-color:#99FF99;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:100%;
	padding-top:.2em;
	padding-bottom:.2em;
}

.three
{
	width:95%;
	margin-right:2.5%;
	margin-left:2.5%;
	font-size:95%;
	text-align:left;
	border-width:4px;
	border-style:outset;
	vertical-align:text-top;
}

.three td
{
	text-align:left;
	vertical-align:text-top;
	border-width:2px;
	border-style:ridge;
}

.three li
{
	margin-left:-2em;
	text-align:left;
	list-style:none;
}

.three a:link
{
	color:#000;
	font-style:normal;
	text-decoration:underline;
	border:0;
}

.three a:visited
{
	color:navy;
	background-color:white;
	font-style:normal;
	text-decoration:underline;
	border:0;
}

.three a:active
{
	color:white;
	background-color:red;
	font-style:normal;
	text-decoration:underline;
	border:0;
}

.menu
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

h1 { font-size: 250% }

h2 { font-size: 200% }

h3 { font-size: 150% }

h4 { font-size: 100% }

h5 { font-size:  80% }

h6 { font-size:  65% }

h1,
h2,
h3,
h4,
h5,
h6 { text-align:center; }

.full
{
	width:100%;
	height:100%;
	text-align:center;
}
