body
{
	font-family: Tahoma, Verdana, Arial, Courier;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

/****************************************/

a
{
	text-decoration: none;
	color: #092090;
	font-weight: bold;
}

a.nav
{
	text-decoration: none;
	border-style: none;
	color: #FFD181;
	font-weight: bold;
}

a:hover.nav
{
	text-decoration: underline;
	color:  #FFFF88;
	font-weight: bold;
}

/****************************************/

.nav
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	line-height: 160%;
}

.boxed
{
	border-style: solid;
	border-color: #9F9FFF;
	border-width: 1px;
	padding: 10px;
	line-height: 130%;
}

.no-box
{
	border-style: none;
	line-height: 140%;
}

.copyright
{
	border-style: solid;
	border-color: #9F9FFF;
	border-width: 1px;
	padding: 10px;
	background-color: #D4D5FE;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.center
{
	text-align: center;
}

/****************************************/




/****************************************/

div.page
{
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}


div.top
{
	background-image: url('images/tables/blue_mid.png');
	width: 100%;
	height: 124px;
	border-style: none;
}

div.time
{
	background-image: url('images/tables/time_mid.png');
	width: 100%;
	height: 52px;
}

div.greenpart
{
	background-image: url('images/tables/green_mid.png');
	width: 100%;
	height: 124px;
}

div.nav
{
	width: 200px;
	padding: 0px;
	border-style: none;
	background-image: url('images/tables/nav_mid.png');	
}

div.main-cell
{
	width: 176px;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #ADA8E0;
	background-color: #E8E6F6;
}



/****************************************/

table.title-top
{
	border-style: none;
	width: 100%;
}

table.artbeat-logo
{
	border-style: solid;
	border-width: 0px;
	border-color: #3CD263;
	background-image: url( 'images/tables/green_mid.png' );
	height: 124px;
	width: 100%;
	padding: 0px;
}

/****************************************/

td.logo
{
	width: 200px;
	text-align: center;
	vertical-align: top;
}

td.title
{
	width: 600px;
	text-align: center;
	vertical-align: top;
}

td.main
{
	text-align: left;
	width: 600px;
	vertical-align: top;
}

td.right
{
	text-align: right;
	vertical-align: top;
}

td.left
{
	text-align: left;
	vertical-align: top;
}

/****************************************/

span.smallfont
{
	font-size: 11.5px;
}

span.time
{
	font-size: 13px;
	color: #989DD0;
	font-family: Tahoma;
	font-weight: bold;
	position: relative;
	top: 17px;
	text-align: right;
}


/****************************************/

.align-left
{
	float: left;
}

.align-right
{
	float: right;
}

/****************************************/


