﻿/* Sets Default Font Style and Background Color */
body {
	font-family: arial, verdana, sans-serif;
    background:url(http://www.securesong.com/images/background.jpg) top repeat-x #676767 fixed;
  	font-size: 12px;

}

td{
	font-family: arial, verdana, sans-serif;
  	font-size: 12px;
}

/* Style for Main Managing Table - This sets the main border color */
#mng_table_1 {
	border-collapse: collapse; 
	border-left-style:solid; 
	border-left-width:1; 
	border-right-style:solid; 
	border-right-width:1; 
	border-top-width:0px; 
	border-bottom-width:0px;
	background-color:#002352;
}

/* Secondary Managing Table - Manages the content section and background color is set to white */
#mng_table_2 {
	border-collapse: collapse; 
	background-color:#FFFFff;
}

/* Navigation Link Styles */
/* --------------------------------------- */


/* Default Link Definitions - for links that have no class applied to them */
a {
	color: #0033ff;
}
a:link {
	text-decoration: none;
	font-weight: bold; 
	color: #0033ff;
}
a:visited {
	color:#0033ff;
	text-decoration: none;
	font-weight: bold; 
}
a:hover	{
	color:#0066ff;
	text-decoration: underline;
}
a:active {
	color:#0066ff;
	text-decoration: none;
}
	

#contentblock {
	font-size: 12px;
	border: 2px solid #333399; 
	border-collapse:collapse;
	padding: 0px; 
	text-align: left;
	background: #fff;
	margin: 0 0 7px 0px ;
}

#bodyblock {
	font-size: 12px;
	padding: 0px; 
	text-align: left;
}


#infoblock {
	border-collapse: collapse; 
	border-style: solid; 
	border-color: white;
	border-width: 0px 4px 4px 4px;
	/* padding: 7px 10px 15px 70px; */
	padding-left: 5px;
	text-align: left;
	margin-top: 0px;
	background: #fff;
	font-size: 12px;
	line-height: 133%;
	/* font-weight: bold; */
}

.boxtitle	{
		background-color:#333399;
		color:#FFFFFF;
			}

.contenttitle	{
		font-size: 16px;
		padding: 3px; 
		text-align: left;
			}

.artisttitle	{
		font-size:36px;
		color: #666666; 
		font-weight: bold;
		text-align: left;
		font-family: times new roman;
		padding: 3px; 
			}
			
#footer {
	font-family: times new roman, times, georgia, garamond, palatino, serif  ;
	text-align: center;
	padding: 10px 0px 20px 0px;
	margin-top: 8px;
	font-size:11px;
		}

#footer a:link {
	text-decoration: none;
	font-size:11px;
	color:#000000;
	font-weight: normal; 
}
#footer a:visited {
	text-decoration: none;
	color:#000000;
	font-weight: normal; 
}
#footer a:focus {
	text-decoration: underline;
	color:#000000;
	font-weight: normal; 
}
#footer a:hover {
	text-decoration: underline;
	color:#000000;
	font-weight: normal; 
}
#footer a:active {
	text-decoration: underline;
	color:#000000;
	font-weight: normal; 
}

h3 {
	margin: 10px 3px 0px 5px;
	text-align: left;
	font-size:16px;
	font-weight: bold;
	color: #666666; 
	font-family: times new roman;
	}

h2 {
	margin: 10px 3px 0px 5px;
	text-align: center;
	font-size:22px;
	font-weight: bold;
	color: #666666; 
	font-family: times new roman;
	}

h1 {
	margin-top: 3px;
	margin-bottom: -3px;
	text-align: left;
	padding:5px;
	font-size:12px;
	}
			
h1 span	{
	display:none
	}	
	
.image	{
	padding:5;
	margin:5;
}	
