/* Base Rules */

body {
  font-family: Verdana, "Myriad Web", Syntax, sans-serif;
  font-size: 80%;
  color: black;
  background-color: white;
}

td { vertical-align: top }

img { border: none }

img.float-left {
	float: left;
	margin: 5px;
	}

/* Heading Rules */

h1, h2, h3, h4, h5, h6, .title {
  font-weight: bold;
}

h1, h2, .title {
  color: #BE0A5B;
}

h3, h5 { font-style: italic }

h1 { font-size: 200% }
h2 { font-size: 175% }
h3 { font-size: 158% }
h4 { font-size: 133% }

h5 { font-size: 117% }
h6 { font-size: 100% }
.rule {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
}
/* Hyperlink Rules */

a {
  color: #06C;
  text-decoration: none;
}

a:hover { color: #F03 }

a.highlight {
  font-weight: bold;
}

/* Chart Rules */

table.chart {
  background-color: #FFFFCC;
  border: 1px black solid;
}

table.chart td {
	padding: 5px;
	border : 1px inset;
}
.small_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}

.light { background-color: #FFFFDD }
.dark { background-color: #FFFFAA }
th { border-bottom: gray solid 1px }
