html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height: 100%;
	min-height: 100%;
	margin: 10px;
	padding: 0px;
	font-family: Garamond, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	}
p
        {
        font-size: 25px;
        font-weight: bold;
        }
li
        {
        font-size: 25px;
        font-weight: bold;
        }
table#twidthlarge
        {
        width: 800px;
        }

span#centertext
        {
        text-align: center;
        }
span#fcolorred
        {
        color: #FF0000;
        }

