/*
NOTES + TESTS + GARBAGE!

BODY {

 scrollbar-face-color:#649FDB;
 scrollbar-arrow-color:#FFFFFF;
 scrollbar-track-color:#CCCCCC;
 scrollbar-shadow-color:#5487BB;
 scrollbar-highlight-color:#70B0F1;
 scrollbar-3dlight-color:#70B0F1;
 scrollbar-darkshadow-color:#5487BB;
}

able      { border: outset 10pt;
						 border-collapse: separate;
						 border-spacing: 15pt }
td         { border: inset 5pt }

th { vertical-align: baseline }
td { vertical-align: middle }

table    { display: table }
tr       { display: table-row }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td,
th   { display: table-cell }
caption  { display: table-caption }

col { border-style: none solid }
table { border-style: hidden }
col.totals { background: blue }
table { table-layout: fixed }
col.totals { width: 5em }

p:first-letter {
text-transform: uppercase;
}

*/

@import url(links.css);@import url(list.css);@import url(headings.css);@import url(layout.css);@import url(layout_classes.css);

td
{
vertical-align: top
}

body
{
background-color: #fff;
margin: 0px;
color: #0f0;
}

p,
ol,
ul,
li
{
color: #000;
font-family: Georgia, serif;
font-size: 15px;
line-height: 21px;
margin-bottom: 7px;
margin-top: 0em;
}

img
{
border: 0px;
margin: 0;
padding: 0;
}

.italic
{
color: #0f0;
font-weight: bold;
}

strong
{
color: #444;
}

.floatleft,
.floatright
{
float: left;
margin-bottom: 10px;
margin-right: 20px;
margin-top: 10px;
}

.floatright
{
float: right;
}

.tiny
{
font-family: Verdana, sans-serif;
font-size: 10px;
color: #999;
font-weight: normal;
line-height: 14px;
}

em
{
color: #a00;
font-weight: bold;
font-style: normal;
}

table p
{
padding: 0px;
margin: 0px;
}

.tablestripe
{
background-color: #ccc;
}

ul,
li
{
margin-bottom: 0px;
margin-top: 0em;
}


/*

p:first-letter {
		font-weight: bold
}

td {
padding: 0px;
margin: 0px;
}

tr {
padding: 0px;
margin: 0px;
}

*/