/* Default CSS Stylesheet for a new Web Application project */


.TrackListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.TrackListAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.Body
 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: Normal;
}
a.Body:link{ font-family: Verdana; text-decoration: underline ; font-size: 12px; color: #000000}
a.Body:visited{ font-family: Verdana; text-decoration: none ; font-size: 12px; color: #000000}
a.Body:active{ font-family: Verdana; text-decoration: none ; font-size: 12px; color: #000000}
a.Body:hover{ font-family: Verdana; text-decoration: none ; font-size: 12px; color: #000000}

.Footer
 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.style1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.Footerdown
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}