/* Note: If you're going to change the color scheme you need to change at least:
	Styles:
		H1, a:link, a:visited, a:hover, td.HOMEHIGHLIGHT
	Images:
		ConradJonesKarate.gif, BannerBackground.gif, Logo.gif, WadoBonsai.gif,
		ContentsItemBackground.jpg, favicon.ico
*/
Body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
H1, H2, H3, H4
{
	margin-bottom: .4em; 
	margin-top: 1em;
	font-weight: bold;
}
font.BoldText
{
	font-weight: bold;
}
H1
{
	text-align:center;
	color: Navy;
	font-size: 200%;
}
H2
{
	font-size: 150%;
}
H3
{
	font-size: 125%;
}
H4
{
	font-size: 100%;
}
ol, ul
{
	margin: .5em 0em 0em 4em; 
}
li
{
	margin-bottom: .5em;
}
ul p, ol p, dl p
{
	margin-left: 0em;
}
a:link
{
	color: #0000CD; /*MediumBlue;*/
}
a:visited
{
	color: Navy;
}
a:hover
{
	color: #1E90FF; /*DodgerBlue;*/
}
img
{
	border: none; 
}
table.dtTABLE
{
	width: 100%; /* Forces tables to have correct right margin */
	margin-top: .6em;
	margin-bottom: .3em;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	font-size: 100%; /* Text in Table is same size as text outside table */
}
table.dtTABLE td
{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	padding: 3px 6px 3px 6px;
	text-align: left;
	vertical-align: top;
}
table.dtTABLE tr.dtHEADER
{
	background-color: #CCCCCC;
	font-weight: bold;
}
table.dtBORDERLESSTABLE
{
	width: 100%; /* Forces tables to have correct right margin */
	margin-top: .6em;
	margin-bottom: .3em;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	font-size: 100%; /* Text in Table is same size as text outside table */
}
table.dtBORDERLESSTABLE td
{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	text-align: left;
	vertical-align: top;
}
table.dtBORDERLESSTABLE td.ROWTITLE
{
	font-weight:bold;
}
table.dtBORDERLESSTABLE td.HOMEHIGHLIGHT
{
	border-style: solid;
	border-width: 2px;
	border-color: Navy;
	background-color: #D9EEFF;
}
div.PrintableLink
{
	position:absolute;
}
div.PrintableLink a
{
	font-size: xx-small;
	font-weight:lighter;
}
