/* CSS Document */

html, body {margin: 0; padding: 0;}

html {height: 100%; margin-bottom: 1px;} /* force scrollbars on short pages*/

/* Font-Sizing in Em's so the IE will resize on user prefs. */
html { font-size; 100%; } /* Somehow Fixes IE */

/*1.2em = 12px*/
/*1.6em = 16px*/
/*etc.*/

p, td, li { color: black; font-size: .95em; font-family: "Trebuchet MS",  arial, verdana, sans-serif; line-height: 1.5em; }

li { padding-top: 1.0em; }

.small { font-size: .85em; line-height: 1.1em; }
.tight { line-height: 1.2em; padding-top: 0em}
.menu { font-size: 1em; line-height: 1.1em; font-style: italic; }

td.side { border-left-style: solid; border-left-color: #b9c21c; border-left-width: 5px; }
table.lead { border-width: thick; border-style: solid; border-color: #008ccf; }
td.lead { background-color: #008ccf; }

div.lead { font-size: 18px; font-weight: bold; color: #FFFFFF; }

div.caption { font-size: 10px; text-align:center; line-height: 1.1em; }

p.heading {
	font-weight: bold;
}
