/*****VirusAV CSS*****/

body {
	background-color: #313131;
}
H1 {
	color:#FFB400;
	font-size:16pt;
	font-family: arial, helvetica, sans-serif;
	}
	
H2 {
	color:#FFB400;
	font-size:11pt;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}
	
H3 {
	color:#CCCCCC;
	font-size:8pt;
	font-family: arial, helvetica, sans-serif;
	}
	
H4 {
	color:#666666;
	font-size:8pt;
	font-family: arial, helvetica, sans-serif;
	}
	
H5 {
	color:#CCCCCC;
	font-size:11pt;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}
	
H6 {
	color:#FFB400;
	font-size:8pt;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	}
	
a:link {
COLOR: #FFB400;
}
a:visited {
COLOR: #FFFFFF;
}
a:hover {
COLOR: #CCCCCC;
}
a:active {
COLOR: #FFB400;
}
a.a2{text-decoration:none;}
a img { border: 5; }
img.phones { border: 0; }

.artistImages {
	border-color: #666666;
	border-style: outset;
 	}
 	
.flashImages {
	border-color: #666666;
	border-style: solid;
 	}
 	
#bar
	{
		margin-top: -156px;
		margin-left: 101px;
		padding: 1em;
		overflow: hidden;
	}
	

#popup a, #popup a:visited {
position: relative;
left: 200;
}

#popup a span {display: none;}

#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
zindex: 500;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 200px;
margin: 0px;
padding: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}