
body {
    font-family: helvitica, arial, sans-serif;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
}

a {
    /*color: #FF9900;*/
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    background-color: #ddddee;
}

img {
    border: 0;
}
.pagecontainer {
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: 10px;
}


.header {
    margin-bottom: 25px;
}
.header a:hover {
    background-color: white;
}


h2 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

.track {
    border: 1px solid #cccccc;
    /*background-color: #f5f5f5;*/
    background-color: #f1f1f1;
    clear: left;
    margin-bottom: 20px;
}
.track p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.tracknum {
    margin-top: 1px;
    margin-right: 3px;
    float: right;
    text-align: right;
    font-size: 9px;
    /*color: #8a8a8a;*/
    color: #000000;
}
.subtitle {
    font-size: 9px;
    /*color: #8a8a8a;*/
    color: black;
}
.trackdesc {
    margin-left: 55px;
}
.trackdesc p {
    margin-right: 5px;
}

.trackimg {
    position: relative;
    top: -7px;
    left: -20px;
	border: 1px solid #111111;
    float: left;
}
.longdesc {
    font-size: 10px;
    color: #6a6a6a;
}

.spacer {
    margin-top: 25px;
}

.footer {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.showhide {
    font-size: 10px;
    text-align: right;
}
