/* CSS Document */


.audioitems {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
 list-style-type:square;

}

.audioitems:link {
	color: #FF0000;
}
.audioitems:visited {
	color: #FF0000;
}
.audioitems:hover {
	color: #FFFF00;
}
.audioitems:active {
	color: #FF0000;
}


.copyrights{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.menuhead{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.menuhead:link{
color:#333333; 
text-decoration:none;
}
a.menuhead:visited{
color:#333333; 
text-decoration:none;
}
a.menuhead:hover{
color: #0000FF; 
text-decoration:underline;
}
a.menuhead:active{
color:#333333; 
text-decoration:none;
}


a.copyrights:link{
color:#FFFFFF; 
text-decoration:none;
}
a.copyrights:visited{
color:#FFFFFF; 
text-decoration:none;
}
a.copyrights:hover{
color: #FF0000; 
text-decoration:underline; font-size:12px; font-weight:bold;
}
a.copyrights:active{
color:#FFFFFF; 
text-decoration:none;
}
.style5 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #288197;
}

.bodytext {
font-family:Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

.rightsidefont{
font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
}

.moredetails{
font-family:Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FF3300;
}


.heading { font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #006699; 
 
}
.subheading1{ 
font-family:Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #663300;

}
.subheading2 { 
font-family:Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}

.sublink:link{
font-family:Verdana;
	font-size:11px;
	color:#0000CC;
	font-weight:bold;
text-decoration:none;
}
.sublink:visited{
color:#0000CC; 
text-decoration:none;
}
.sublink:hover{
color:#FF3300; 
}
.sublink:active{
color:#0000CC; 
text-decoration:none;
}