table.layout {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 610px;
}
td {
    font-family: Verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
	vertical-align: top;
}
td.header {
	height: 100px;
	
}
td.footer {
	height: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;	
	text-align: right;
	vertical-align:middle;
}
td.leftnav{
	background:url(images/navi_bg.gif) repeat-y;
	padding-left: 15px;
	background-color:#cccccc;
}

/* Imported from audiclub_style.css */
/* links */
a {
    font-family: Verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}
a.indexlink {
    color:#61abb9;
}

a.indexlink:hover {
    color:#ffffff;

}

.copy {
    font-family: Verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}

.subtext {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.title {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #C00000;
	text-decoration: none;
}

/*font attributes for tables and cells */
.data {
    font-family: Verdana, helvetica, arial, sans-serif;
    font-size: 9px;
    color: #666666;
    text-decoration: none;
    }

.subheading {
		font-family: Verdana, helvetica, arial, sans-serif;
		font-weight: bold;
    font-size: 9px;
    color:#61abb9;
}
