html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	background-color: #cc0000;
	background-image:url('music-note.gif');
	background-repeat:repeat;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
#table1 {
background-color: #ffffff;
border-right:0px dashed #666666;
border-top:0px;dashed #666666;
border-bottom:0px;dashed #666666;
border-left:0px dashed #666666;

}
	
#table2 {
padding:0px;
spacing:0px;

}
.l {
background-color: #ffffff;
border-top:0px dashed #666666;
border-bottom:0px dashed #666666;
color: #666666;
padding:0px;
text-align:center;
} 

.c {
background-color: #ffffff;
border:2px dashed #666666; 
border-left:0px dashed #666666;
border-right:0px dashed #666666;
border-top:0px dashed #666666;
border-bottom:0px dashed #666666;
padding:0px;
text-align:center;
} 
p { 
	margin: 10px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}

.whitetext{
	color: #FFF;
	text-align: center;
	line-height: 12px;
}

.centeredtext{
	text-align: center;
}

.header{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
	
.header a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #666666;
	}
.header a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #ffffff;
	}
.header a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #ffffff;
	}	
	
.header_centered{
	font-size: 12px;
	color: #013567;
	font-weight: bold;
	text-align: center;
}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {

	font-size: 14px;	
	color: #cc0000;
}

hr{
	color: #074887;
}


ul#tabnav { /* general settings */
	text-align: center; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 0px solid #333333; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */

}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
	border-bottom: 1px solid #333333; /* set border color to page background color */
	background-color: #ffffff; /* set background color to match above border color */
}


ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #666666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #ffffff; /* set unselected tab background color as desired */
	color: #333333; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

	ul#tabnav a:hover { /* settings for hover effect */
	background: #ffffff; /* set desired hover color */
	color: #cc0000; /* set unselected tab link color as desired */
}

a:link {  
	text-decoration: none;
	font-size: 11px;
	font-weight: bold; 
	text-transform: uppercase;
	color: #666666;
	}
a:visited { 
	text-decoration: none; 
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #cc0000;
	}
/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 802px;
	position: relative;
	text-align: left;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	background-color: #FFFFFF;
}

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 798px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 2px solid #013567;
	border-right: 2px solid #013567;
	background-color: #FFF;
}

#footer{
	margin: 0px;
	padding: 0px;

}
div.sentMessage{
	width:700px;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

a.webhiliteLink:link	{ text-decoration:none;font-weight:normal;}
a.webhiliteLink:visited	{ text-decoration:none;font-weight:normal;}
a.webhiliteLink:hover	{ text-decoration:none;font-weight:normal;}
a.webhiliteLink:active	{ text-decoration:none;font-weight:normal;}
