﻿/* Newsletter CSS */


.HeadOrg
{
	font-size: small;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.HeadMotto
{
	font-size: x-small;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.HeadName
{
	font-weight: bold;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}

.HeadWeb
{
	font-size: small;
}

.HeadChapter
{
	font-size: medium;
	text-align: center;
}

.HeadDate
{
	font-size: large;
	color: #930035;
	font-weight: bold;
	text-align: center;
}

.HeadWeb a:link, .HeadWeb a:visited, .HeadWeb a:active
{
	color: white;
}

.HeadWeb a:hover
{
	color: yellow;
}


.newsletter .htmlformatcaption
{
	color: #996633;
	font-size: medium;
	/*font-family: Arial,Helvetica,Verdana,sans-serif;*/
}

table.htmlformattable, table.htmlformattable td
{
	border: 1px solid #EEEEEE;
}

.newsletter h3.htmlformat
{
	color: #990000;
	/*background-color: #EEEEEE;*/
	padding: 5px;
	border-bottom: 3px solid #990000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	background-image: url('images/newsletter/h_bkg.jpg');
	background-repeat: repeat-y;
}


.newsletter h4.htmlformat
{
	color: #990000;
	/*background-color: #EEEEEE;*/
	padding: 5px;
	border-bottom: 1px solid #990000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	background-image: url('images/newsletter/h_bkg.jpg');
	background-repeat: repeat-y;
}

.newsletter h5.htmlformat
{
	color: #CC9966;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

.newsletter img
{
	position: relative;
	/*display: block;*/
	z-index: 10;
}



td.htmlformatsidebar
{
	background-color: #E8D7B5;
	font-size: small;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	padding: 4px;
	border: none;
}

table.htmlformatsidebar
{
	border: 1px solid #CC9966;
	background-color: #E8D7B5;
	position: relative;
	font-size: small;
	clear: both;
	z-index: 100;
}

table.htmlformatsidebar p
{
	page-break-inside: avoid;
}

td.htmlformatsidebar h4.htmlformat
{
	color: #FEDCAC;
	background: #990000;
	padding: 2px;
	border-top: 0;
	border-bottom: 1px solid #CC9966;
}

td.htmlformatsidebar h4.htmlformat:first-child
{
	margin-top: 0;
}




table.htmlformatsidebar table.htmlformattable
{
	margin: 0;
	padding: 0;
	border: 0;
}


td.htmlformatsidebar table.htmlformattable td
{
	padding: 0;
	margin: 0;
	border: 0;
	padding-right: 4px;
	font-size: small;
}




table.htmlformatpullquote
{
	position: relative;
	border-top: 4px solid #FFCC00;
	border-bottom: 4px solid #FFCC00;
	border-left: 4px solid #FFEECC;
	border-right: 4px solid #FFEECC;
	margin: 2px;
	z-index: 110;
}

th.htmlformatpullquote
{
	background: #FFEECC url(images/newsletter/bkg_pullquote.gif) left top no-repeat; 
	/*background-color: #FFEECC;	#FFDD99;*/
	font-style: italic;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	border: none;
	text-align: center;
}







.newsletter table.htmlformattable
{
	border: 0;
}

.newsletter table.htmlformattable td
{
	border: 0;
}


