﻿/* These styles override the default community styles */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f66;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-size: large;
	font-weight: bold;
}
/* these styles are used on the portrait index tables */
#indexpage H1 {
	color: #036;
	font-size: large;
	font-weight: bold;
}
#indexpage H2 {
	color: #f66;
	font-weight: bold;
	font-size: medium;
	margin: .5em;
}
#indexpage H3 {
	font-size: 10pt;
	color: #800;
	font-weight: bold;
	margin: .5em 0 2pt 0;
}
#indextable P {
	font-size: 10pt;
	margin: 0 0 .5em 0;
}
P.namelist {
	font-size: 10pt;
}
P.caption {
	/* Picture caption */
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-size: 8pt;
	text-align: center;
	margin-bottom: .5em;
}
.phototable {
	margin: 0 0 0 6pt;
}
.photoright {
	margin: 0 0 0 6pt;
}
#toprightphoto {
	margin: 0 0 0 6pt;
}
.phototable p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 .5em 0;
	font-size: 8pt;
	color: #036;
}
.photoright p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 .5em 0;
	font-size: 8pt;
	color: #036;
}
#toprightphoto p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 .5em 0;
	font-size: 8pt;
	color: #036;
}
.phototable td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #036;
}
.photoright td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #036;
}
#toprightphoto td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #036;
}
.photoleft td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #036;
	margin: 0em 1em 1em 0em;
	clear: both;
}
.photoleft p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #036;
	margin: 0em 1em 1em 0em;
	clear: both;
}
.photoleft {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	color: #036;
	margin: 0em 1em 1em 0em;
	clear: both;
}
.sig {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.courier {
	FONT-FAMILY: "Courier New";
	FONT-SIZE: 10pt;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
UL {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url('http://tchin.org/art_comm/comm_bullet.gif');
	list-style-position: outside;
}
LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
DIV.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*clear: both;*/
}
DIV.sig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
DIV.summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f66;
	font-weight: bold;
	clear: left;
}
DIV.portrait_page {
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000 ? "1000px" : "auto" );
}

