/* Standard css document */

/* Standard tags */
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


/* Logo */
.logo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform:uppercase;
}

/* Logo border */

.logoborder {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #000000;
}

/* Menu */
.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.menu a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.menu a:active{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.menu a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.menu a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}

/* Artist Menu */
.artistmenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:3px;
}
.artistmenu a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.artistmenu a:active{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.artistmenu a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
.artistmenu a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}

/* Template tags */
.header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-transform: uppercase;
}
.header a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-transform: uppercase;
}
.header a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-transform: uppercase;
}
.header a:active{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-transform: uppercase;
}
.header a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-transform: uppercase;
}
.header1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.header2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.news {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Cell border */

.cellborders {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-right-style: dotted;
	border-left-style: dotted;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
}
.cellbordersright {
	border-right-style: dotted;
	border-left-style: dotted;
	border-color: #000000;
	border-left-width: 0px;
	border-right-width: 1px;
}

/* Credits*/

.credits {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration:none;
}
.credits a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration:none;
}
.credits a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration:none;
}
.credits a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration:none;
}
.credits a:active{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration:none;
}
/* Text uppercase */
.textuppercase {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform:uppercase;
	text-decoration:none;
}
























