td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#806C59;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#002449;
}

A:Hover  {
	color : #002449;
	text-decoration : underline;
}

H1 {
	color: #002449;
	font-weight: bold;
	font-size : 16px;
}


/* Fake Tables
----------------------------------- */
#faketable ul.vert {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 540px;
        text-align: left;
        }
#faketable ul.vert li {
        padding: 4px 0;
        margin: 0;
        height: 14px; /* space out your rows */
        }

#faketable ul.vert li.odd {
        background-color: #eee;
        }

#faketable ul.horz {
        clear: left;
        list-style-type: none;
        padding: 0;
        margin: 0;
        }

#faketable ul.horz li {
        float: left;
        width: 60px;
        padding: 0 10px 0 0;
        margin: 0;
        }

#faketable ul.horz li.wide {
        float: left;
        width: 350px;
        padding: 0 10px 0 0;
        margin: 0;
        }

li.tableheader {
        text-align: center;
        font-weight: bold;
        }

