/* artiststyle.CSS Document */

BODY 	{
	COLOR: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
		}


a:link		{
	color: #003399;
	text-decoration: none;
	font-size: 10pt;
}

a:visited	{ 
	color: #003399;
	text-decoration: none;
	font-size: 10pt;
}

a:active	{ 
	color: #003399;
	text-decoration: none;
	font-size: 10pt;
}

a:hover		{ 
	color: #003399;
	text-decoration: none;
	font-size: 10pt;
}


/* START THE CODE FOR THE PAGE MENUS */

.topmenu-table 	{
	width: 720px;
	height: 38px;
	background-color:#000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}


.topmenu		{
	height: 26px;
	cursor:hand;
	line-height: 26px;
	display: block;
	text-decoration: none;
}

a.topmenu:link 	{
		color: #222222;
		font-size: 24px;
}

a.topmenu:visited 	{ 
		color: #222222;
		font-size: 24px;
}

a.topmenu:active 	{
		color: #222222;
		font-size: 24px;
}

a.topmenu:hover 	{
		text-decoration: none;
		border: #CC3300 2px solid;
		color: #EEEEEE;
		font-size: 24px;
}


/* START BUTTON CODE */

.button-popups { background-image: url("images/button-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #59777d;
		font-size: 8pt;
		height: 25px;
		width: 75px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #59777d 1px solid }

.buttonon-popups { background-image: url("images/buttonon-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #999999;
		font-size: 8pt;
		height: 25px;
		width: 75px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #59777d 1px solid }

.poptitle	{ 
	color: #990000; font: 
	14pt verdana, arial, sans-serif; 
	font-weight: normal
}

.poptext	{
	color: #660000;
	font: 12pt verdana, arial, sans-serif;
	font-weight: normal;
	font-style: italic;
}

