body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
    background-color: #FF9933;
    margin: 0 0 0 0;
    list-style-type: disc;
    overflow: visible;
}
table.Agenda
{
    border-width: 1px;
	border-style: solid;
	border-color: #FF9933;
	border-collapse: collapse;
	text-align: center;
}
table.Title
{
    font-size: 40px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bolder;
    text-align: center;
    color: black;
    background-color: #999999;
    margin-bottom: 10px;
}
th.Agenda
{
    vertical-align: top;
    font-weight: bolder;
    background-color: inherit;
    color: blue;
    text-align: center;
}
td
{
    vertical-align: top;
    text-align: left;
}
td.LeftMenu
{
    vertical-align: top;
    width: 100px;
}
td.PageBody
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
}
td.PageBodyCentered
{
	text-align: center;
}
table.Sponsor
{
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bolder;
    text-align: left;
    color: black;
    background-color: #999999;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 10px;
}
table.Agenda
{
    text-align: center;
}
ul
{
    line-height: 30px;
}
.FontWeightBold
{
	font-weight: bold;
}
h3
{
    text-align: left;
    color: #FF9933;
    font-weight: bolder;
    text-decoration: underline;
    margin-bottom: 0px;
    background-color: inherit;
}
img
{
    border-width: 0px;
}

