td, p, input, form, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

a:link {
	font-style: normal;
	color: 990000;
	text-decoration: underline
}

a:active {
	font-style: normal;
	color: 990000;
	text-decoration: underline
}

a:visited {
	font-style: normal;
	color: 990000;
	text-decoration: underline
}

a:hover {
	font-style: normal;
	color: #663333;
	text-decoration: none
}
a.button:link {
	font-style: normal;
	color: white;
	text-decoration: underline
}

a.button:active {
	font-style: normal;
	color: 333333;
	text-decoration: underline
}

a.button:visited {
	font-style: normal;
	color: white;
	text-decoration: underline
}

a.button:hover {
	font-style: normal;
	color: #663333;
	text-decoration: none
}

td.banner {
    background-color: 993333;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
}
td.leftside {

    border-left: 2px solid #333333;
    border-bottom: 2px solid #333333;
    background-color: 993333;
}
td.button {

    font-size: 13px;	
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    background-color: 993333;
}
td.buttonselect {
    font-size: 13px;
    border-bottom: 2px solid #333333;
    background-color: white;
}
td.main{
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    background-color: white;
    font-size: 11px;
    padding-left: 5;
    padding-right: 10;
    vertical-align: top;
}
td.footer{
    text-align: center;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    font-size: 9px;
    background-color: 993333;
    color: white;
    }

