BODY	{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	margin: 0px;
	background-image: url('../images/back.png');
	background-repeat: repeat-y
	}
H1	{ 
	font-size: 2.5em;
	color: #330033;
	font-family: Desdemona, Arial, sans-serif;
	}
H2	{
	font-size: 1.4em;
	color: #FFFFFF;
	}
H3 { font-size: 1.3em }
H4 { font-size: 1.2em }
H5 { font-size: 1.1em }
H6	{
	font-size: .75em; 
	text-align: center;
	color: #000000;
	}
A:link { color: #996633; text-decoration: none; }
A:visited { color: #663333; text-decoration: none; }
A:active { color: #663333 }
A:focus:hover 	{
		color: #FFCC33;
		background: #FFFFFF;
		}
P	{
	font-weight: bolder;
	}
.header
	{
	z-index: 2;
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	}
.newsltr{
	font-family: Georgia, serif;
	vertical-align: top;
	padding: 10px;
	background: #FFFFCC;
	color: 003300;
	}
.minute	{font-family: Arial, sans-serif;
	vertical-align: top;
	padding: 10px;
	background: #FFFFFF;
	text-align: justify;
	}
.tblbdr
 	{
	padding: 10px;
	}
.tdbrdr
	{
	text-align: center;
	vertical-align: bottom;
	padding-left: 2px;
	background: #FFFFFF;
	}
UL	{
	list-style-type: disc;
	}