p {
	font-family: Helvetica, Geneva, "Book Antiqua";
	color: #000000;
	font-size: 0.85em;
}
.article_title {
	font-family: "Book Antiqua", "Century Schoolbook", "Bookman Old Style", "Times New Roman";
	font-size: 1em;
	font-weight: bold;
}
.main_body {
	font-size: .9em;
	font-family: Helvetica, Geneva, "Book Antiqua";
}
.lyricsbackground {
	font-size: .9em;
	font-family: Helvetica, Geneva, "Book Antiqua";
}
.lyricstitle {
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.1em;
	text-decoration: underline;
}
.main_menu_button {
	background-image:url(images/MainMenuButton.gif);
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1em;
	line-height: 24px;
	color: #000000;
	text-align:center;
	text-decoration:none;
}
.main_menu_button:hover {
	background-image:url(images/MainMenuButtonOver.gif);
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1em;
	line-height: 24px;
	text-align:center;
	text-decoration:none;
}

.main_menu_frame {
	position:relative;
	z-index: 0;
	/*No Scrolling*/
	overflow-x:hidden;
	overflow-y:hidden;
	scrolling:none;
	height:100px;
	width:825px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
	top: 0px;
}
.second_menu {
	color: #000000;
	background-color: #CCCC33;
	text-align:center;
	line-height: 22px;
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-weight: bold;
	text-decoration:none;
	font-size: 0.9em;
}
.second_menu:hover {
	color:#000000;
	background-color:#99CC00;
	text-align:center;
	line-height: 22px;
	font-family: Helvetica, Geneva, "Book Antiqua";
	text-decoration:none;
	font-size: 0.9em;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	font-family: Helvetica, Geneva, "Book Antiqua";

}
h1 {
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.25em;
}
.article_preview_div_clickable {
	background-image: url(images/transparent.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	z-index: 1;
	height: 122px;
	width: 99.5%;
	left: 0px;
	top: 0px;
	border-style:solid;
	border-width:2px;
	border-bottom-color:#CC9966;
	border-left-color:#FFFFFF;
	border-top-color:#FFFFFF;
	border-right-color:#FFFFFF;
	vertical-align: bottom;
}

.article_preview_div_clickable:hover {
	background-image: url(images/transparent.gif);
	background-repeat: repeat;
	border:solid;
	border-color:#CC9966;
	border-width:2px;
	border-bottom-width:2px;
	position: absolute;
	height: 122px;
	cursor:pointer; /*need for Internet Explorer to indicate link*/
	width: 99.5%;
	left: 0px;
	top: 0px;
	vertical-align: bottom;
}
.article_preview_div_outer {
	position: relative;
	z-index: 0;
	height: 125px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-width: 0px;
	border-style: none;
	border-color: #FFFFFF;
	background: #CCCCFF;
}

.article_preview_type {
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1em;
	font-weight: bold;
	color: #FF9900;
	vertical-align: bottom;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-left: 3px;
	text-decoration: none;
}
.launch_music_player {
	font-size: 0.8em;
	font-family: Helvetica, Geneva, "Book Antiqua";
	color: #CCCCCC;
}


.article_preview_frame_content {
	position: absolute;
	z-index: 0;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;  /*No Horizontal Scrollbar*/
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	scrolling:none;
	border-width: 2px;
	border-style: none;
	hspace:0px;
	vspace:0px;
	hasLayout:false;
}
.article_body {
	margin: 0;
	padding: 0;
	background-color: #CCCCFF;
	margin-left: 3px;
}
.light_blue_background {
	background-color: #D0E8F9;
}
.flash_intro_div {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	visibility:hidden; 
	background-color: #d0e8f9;
}
.flash_intro_iframe {
	height: 100%;
	width: 100%;
/*	visibility:hidden; */
}

.light_blue_background_left {
	background-image: url(images/blue_table_left.gif);
	background-repeat: repeat-y;
}
.light_blue_background_top {
	background-image: url(images/blue_table_top.gif);
	background-repeat: repeat-x;
}
.light_blue_background_bottom {
	background-image: url(images/blue_table_bottom.gif);
	background-repeat: repeat-x;
}
.light_blue_background_right {
	background-image: url(images/blue_table_right.gif);
	background-repeat: repeat-y;
}


.div_hidden {
	display:none;
	padding: 5px;
	margin-left: 10px;
/*visibility:hidden*/
}
a:link { /*Before clicking*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.1em;
	color: #003399;
	text-decoration: none;
}
a:visited { /*After clicking*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.1em;
	color: #003399;
	text-decoration: none;
}
a:hover { /*While mouse is hovering over*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.1em;
	color:#3366FF;
	text-decoration: underline;
}
a:active { /*While holding down mouse click*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.1em;
	color:#6633CC;
	text-decoration: none;
}

.menu_link:link { /*Before clicking*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.3em;
	color: #003399;
	text-decoration: none;
}
.menu_link:visited { /*After clicking*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.3em;
	color: #003399;
	text-decoration: none;
}
.menu_link:hover { /*While mouse is hovering over*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.3em;
	color:#3366FF;
	text-decoration: underline;
}
.menu_link:active { /*While holding down mouse click*/
	font-family: Helvetica, Geneva, "Book Antiqua";
	font-size: 1.3em;
	color:#6633CC;
	text-decoration: none;
}
