.MainBox {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	background-image: url(../images/microphone_backgrnd3.jpg);
	padding-left: 10px;
	padding-top: 25px;

}
.DropBox {
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #CC3300;
	text-decoration: none;
}
.Link {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.Link:hover {
	color: #006699;
	text-decoration: none;
	filter: Alpha(Opacity=50);

}

