/**************** anchors ****************/
a:link, a:active, a:visited { text-decoration: none }
a:active { background-color: transparent; color: red; }
a:link, a:visited { background-color: transparent; color: blue }
a:hover { background-color: transparent; color: green; text-decoration: underline }

/**************** general ****************/
body, table, h1, h2, h3, h4 { font-family: arial, mincho, symbol, sans-serif }
body, table, h4 { color: #000000; font-size: 11pt }
body { background-color: #FFFFFF; background-repeat: repeat }
div.section { text-align: center }
h1, h2, h3, h4 { margin: 0em }
h1 {
	background-color: transparent;
	color: #000000;
	font-size: 2.4em;
	letter-spacing: 0.2em;
	word-spacing: 0.5em
}
h2 {
	background-color: transparent;
	color: #800000;
	font-size: 2.0em;
	letter-spacing: 0.1em;
	word-spacing: 0.3em
}
h3 {
	background-color: transparent;
	color: #000080;
	font-size: 1.6em
}
h4 {
	background-color: transparent;
	color: #404040;
	font-size: 1.2em
}

/**** paragraphs, lists, and tables ****/
ol, p, ul {
	line-height: 1.3em;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
	margin-right: 3mm;
	text-align: center
}
ul.plain { list-style-type: none }
table {
	border-style: none;
	padding: 0;
	table-layout: fixed;
	width: 960px
}
table.printable { width: 600px }
th { font-size: 1.2em }
td, th { border-style: none; vertical-align: top }
col.left { text-align: left }
col.center { text-align: center }
col.right { text-align: right }
col.TwoColL { text-align: left; width: 50% }
col.TwoColR { text-align: right; width: 50% }
col.ThreeColL { text-align: left; width: 33% }
col.ThreeColC { text-align: center; width: 34% }
col.ThreeColR { text-align: right; width: 33% }
col.FourColL { text-align: left; width: 25% }
col.FourColCL { text-align: center; width: 25% }
col.FourColCR { text-align: center; width: 25% }
col.FourColR { text-align: right; width: 25% }

/**************** images ****************/
hr {
	background-color: transparent;
	color: #808080;
	height: 1px;
	width: 90%
}
img { border-style: none }
img.icon { height: 16px; width: 16px }
img.inline { vertical-align: middle }
img.TxtRight { float: left }
img.TxtLeft { float: right }

