/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:arial;
    font-size:smaller;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #8A170F; text-decoration:none; }
A:visited 	{ color: #8A170F; text-decoration:none; }
A:active 	{ color: #8A170F;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #DA2D26;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #8A170F; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #8A170F; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #8A170F;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #DA2D26;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: arial;
    font-size: 26pt;
    font-weight: bold;
    color: #8A170F;
}

hr {
	border: 0;
	border-top: 2px solid #8A170F;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
    list-style-image: url(Images/bullet.jpg);
    list-style-type: disc;
    color: #000000;
    font-family: arial;
    text-indent: 1px;
	text-align: left;
}

li
{
    text-indent: 1px;
	text-align: left;
}

.menutextindent
{
	font-size: small;
	font-weight: bold;
	font-family: Arial;
	text-indent: 1px;
	list-style-position: outside;
	text-align: left;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #DA2D26;
	font-weight: bold;
}

h2
{
    font-family: arial;
    font-size: large;
    margin-top: 30;
    color: #696969;
    margin-bottom: -15;
    font-weight: bold;
}
	
h3
{
	font-family: arial;
	font-size: medium;
	margin-bottom: -15;
	color: #DA2D26;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: arial;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#8C170E;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title
{
    text-align: center;
    font-family: arial;
    font-size: 30pt;
    font-weight: bolder;
    color: #FFFFFF;
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 18px;
}

td.menu 
{
	background-color:#8A170F;
	width: 220px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8A170F;
	text-align: left;
}
thead
{
    background-color: #8C170E;
    font-weight: normal;
    font-size: 12pt;
    color: silver;
    font-family: arial;
}
th
{
	background-color: #8C170E;
	font-weight: bold;
	font-size: 12pt;
	color: gainsboro;
	font-family: arial;
}

clsThisWeek
{
    background-color: #000000;
    font-weight: normal;
    font-size: 10pt;
    color: silver;
    font-family: arial;
}

clsAltHeader
{
    background-color: #000000;
    font-weight: bold;
    font-size: 12pt;
    color: red;
    font-family: arial;
}

clsWeekList
{
    background-color: #000000;
    font-weight: normal;
    font-size: 10pt;
    color: silver;
    font-family: arial;
}
clsTextSmall
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: arial;
}
