@charset "ISO-8859-1";
body {
	text-align: center;
	background-color: #B8AC9C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Helvetica, Verdana, "Trebuchet MS";
	font-size: 11pt;
	line-height: 12pt;
	color: #333333;
	font-weight: normal;
	background-repeat: repeat-x;
}
#outbox {
	border: 6px solid #811340;
	width: 927px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9F6EC;
	margin-right: auto;
	margin-left: auto;
}
/* #inbox  {
	width: 927px;
	text-align: center;
	border: 3px solid #999690;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*} */
td.content_td {
	padding: 0px 8px 8px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF7EF;
	margin-top: 4px;
	padding-top: 4px;
}

/* This is the main hsub table */
table.hmains {
	width: 820px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hmains {
	background-repeat: no-repeat;
	border: 0px;
	font-weight : bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:link {
	color: #81143E;
}
a:visited {
	color: #81143E;
}
a:hover {
	color: #00A950;
}
.almanac_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
a:active {
	color: #660000;
}

a.hmains:link {
	color: #FFFFFF;
	text-decoration: none !important;
	font-size: 10pt;
	display: block;
	height: 23px;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	margin: 4px 2px 0px;
}
a.hmains:visited {
	color: #FFFFFF;
	text-decoration: none !important;
	font-size: 10pt;
	display: block;
	height: 23px;
	width: auto;
	padding: 2px 10px;
	text-align: center;
	margin: 4px 2px 0px;
}
a.hmains:hover {
	color: #00A950;
	text-decoration: underline !important;
	font-size: 10pt;
	background-color: #F9F6EC;
	border: 2px solid #9D968F;
	margin: 0px;
}
	
a.hmains:active {
	color: #F9F6EC;
	text-decoration: none !important;
}

a.footlink {
	color: #80143F;
}
a.footlink:visited {
	color: #80143F;
}
a.footlink:hover {
	color: #00A950;
}
a.footlink:active {
	color: #80143F;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	padding-top: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: 200;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
}
li {
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
}
ul {
	border: medium double #BF7F80;
	width: 91%;
	background-color: #F3E5DA;
	margin-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
} 
/* img.imglinkopacity {
	border: 8px solid #82133F;
}
a.linkopacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	height: 120px;
	width: 120px;
	overflow: hidden;
	border: 8px solid #82133F;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
} */

a.piclink:link {
	border: 2px inset #81143E;
	color: #81143E;
}
a.piclink:visited {
	border: 2px inset #81143E;
	color: #81143E;
}
a.piclink:hover {
	border: 2px solid #00A950;
	color: #00A950;
}
a.piclink:active {
	border: 2px dotted #660000;
	color: #660000;
}

a img {border: none; 
}
.p-indent {
	line-height: 13pt;
	padding-right: 18px;
	padding-left: 18px;
	letter-spacing: 0.02em;
	text-align: justify;
}