BODY {
	color: Black;
	background: rgb(100%, 100%, 100%);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
}

A {
	color: #aa0000;
        font-weight: bold;
	 text-decoration: none;
}

A.hover {
	color: #FF0000;
        font-weight: bold;
	 text-decoration: underline;
}
A.Link {
	color: #aa0000;
        font-weight: bold;
	 text-decoration: none;
}

A.Link.hover {
	color: #FF0000;
        font-weight: bold;
	 text-decoration: underline;
}


TH
                { FONT-SIZE: 14pt;
                  FONT-FAMILY: Arial, Helvetica, sans-serif;
		  FONT-WEIGHT: bold;
                  COLOR: #000000; }
TD
                { FONT-SIZE: 12pt;
                  FONT-FAMILY: Arial, Helvetica, sans-serif;
                  COLOR: #000000; }
.normal
                { FONT-SIZE: 12pt;
                  FONT-FAMILY: Arial, Helvetica, sans-serif;
                  background-color: #FFFFFF;
                  COLOR: #000000; }
.greeting
                { FONT-SIZE: 12pt;
                  FONT-FAMILY: Arial, Helvetica, sans-serif;
		  FONT-WEIGHT: bold;
                  background-color: #FFFFFF;
                  COLOR: #000000; }

.left {
	color: Black;
	background: rgb(100%, 100%, 100%);
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
        text-align: left;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 10px;
}

li.main { 
	list-style-image: url("buttons/redbutton.gif");
	list-style-position: outside;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

li.mainnumber { 
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	font-size: 12pt;
}

li.a { 
	list-style-type: lower-alpha;
	list-style-position: outside;
	text-align: left;
	font-size: 12pt;
}

li.subnumber { 
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
	font-size: 12pt;
}

td.main {
	color: Black;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
}

h1 {
	color: #9B0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
}

h2 {
	color: #9B0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
}



