td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#6B70BD;
}

A:Hover  {
	color : #9EA3DE;
	text-decoration : underline;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

/* 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;
        }

