a.menu
	{
        font-family: Arial;
 	font-size: 12px;
        line-height: 20px;
	font-weight: bold;
        color: #990100;
	text-decoration: none;
	padding-left: 9px;
        width=45px;
        }
a.menu:hover
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FE8C05;
	text-decoration: none;
	}

.sub
	{
        font-family: Arial Black;
        font-size: 15px;
        color: #990100;
        }
.title
	{
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        padding-left:30px;
        color: #000000;
        }
.title2
	{
        font-family:Arial;
        font-size: 14px;
        font-weight:bold;
        text-decoration: underline;
        padding-top:20px;
        padding-left:30px;
        color: #000000;
        }
.text
        {
        font-family: Verdana;
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        font-weight: normal;
        color: #000000;
        padding-left:30px;
        padding-right:30px;
        padding-top: 15px;
        }
.text1
        {
        font-family: Verdana;
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        font-weight: normal;
        color: #000000;
        padding-left:5px;
        padding-right:30px;
        padding-top: 10px;
        }
.text2
        {
        font-family: Verdana;
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        font-weight: bold;
        font-style: italic;
        color: #000000;
        padding-right:30px;
        padding-top: 15px;
        }
.field
        {
        font-family: Verdana;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #990100;
        padding-right:30px;
        text-align: right;
        }
.button
        {
        font-family: Verdana;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #ffffff;
        background: #990100;
        }