/* Style sheet */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 100%;
	text-align: center;
	margin: 10px;
	padding: 0px;
	background-color: #B3AEAA;
}
#container {
	text-align: left;
	padding: 15px;
	width:750px;
	background-color: #E6E4D8;
}
td.menubox {
	border-left-style: none; 
	border-left-width: medium; 
	border-right-style: none; 
	border-right-width: medium; 
	border-top: medium none #111111; 
	border-bottom: medium none #111111;
	text-align: center;
}

.boldtext {
	font-weight: bold;
}

a:link.menu, a:visited.menu {
	text-decoration: none;
	color: #800000;
}
a:hover.menu, a:active.menu {
	text-decoration: underline;
	color: #ff0000;
}

a:link.menuOn, a:visited.menuOn{
	text-decoration: none;
	color: #000000;
}
a:hover.menuOn, a:active.menuOn {
	text-decoration: underline;
	color: #ff0000;
}

a:link.creditLink, a:visited.creditLink {
	text-decoration: underline;
	text-align: right;
	color: #800000;
}


a:hover.creditLink, a:active.creditLink {
	text-decoration: underline;
	text-align: right;
	color: #OOOOOO;
}

a:link, a:visited {
	text-decoration: underline;
	color: #800000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #OOOOOO;
}

.note {
	width: 165px;
	text-align: justify;
	margin-top: 10px;
}

h1 {
	font-size: 1.2em;
	line-height: 120%;
	font-weight: bold;
	color: #800000	
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #800000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #800000;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 1.0em;
	line-height: 120%;
}
.events {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.inlinePic {
	float: left;
	margin-bottom: 11px;
	margin-top: 10px;
	margin-right: 11px;
}
.tableText {
	font-size: 0.85em;
	line-height: 120%;
}
li {
	font-size: 0.9em;
	line-height: 120%;
}
.inlinePic2 {
	float: left;
	margin-bottom: 11px;
	margin-top: 5px;
	margin-right: 11px;
}
td.poster_hdr {
	font-size: 1.4em;
	line-height: 130%;
	font-weight: bold;
	color: #800000;
	text-align: center;
}
td.poster_italic {
	font-size: 0.9em;
	font-style: italic;
}
td.poster_title {
	font-size: 0.9em;
	font-weight: bold;
	color: #800000;
	text-align: right;

}
td.poster_text {	
	font-size: 0.8em;
	text-align: right;
}
td.poster_footer {	
	font-size: 1.0em;
	text-align: right;
}
td.poster_footer2 {	
	font-size: 0.9em;
	text-align: center;
}

.footerL {
	font-size: 0.7em;
	float: left;
	color: #800000;	
}
.footerR {
	font-size: 0.7em;
	float: right;
	color: #800000;
	margin-right:10px;
}
hr.divider {
	width: 60%;
	color: #800000;	
	background-color: #800000;
}