* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

body {
    margin: 0px;
    padding: 0px;
}

a, a:hover, a:active, a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

table {
    width: 100%;
}

table th {
    text-align: left;
}

table td,th {
    padding: 1px 0 1px 8px;
    border-top: 1px solid #E7E7E7;
}

#main {
    width: 178px;
    border: 0px;
}

.chartrow_active {
    background-color: #EFEFEF;
    font-weight: normal;
}
.chartrow_active a {
    color: #FA6511;
}

.chartrow {
    background-color: #fff;
    font-weight: normal;
}
.chartrow a {
    color: #000;
}
#bottom_link {
    padding: 4px 0px 0px 8px;
}
#bottom_link a {
    color: #132D48;
    background-image:url(../img/arrow_blue.gif);
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 17px;
}
#bottom_link a:hover {
    text-align: right;
    color: #FA6511;
}

.right {
    text-align: right;
    padding: 0 10px 0 0;
}

