body {
	left: 0px;	top: 0px;	border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;
	margin: 0px;	padding: 0px;  
}

img {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; 
	padding-bottom: 0px; padding-left: 0px; left: 0px; top: 0px; clip:  rect(   ); 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

p, td{
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
}

/* navigation frame styles	*/
.nav_bg {
	background-color: #220099;
}
.nav_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
a.nav_menu:hover {
	background-color: #0000CC;
	text-decoration: underline;
}
.nav_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
	background-color: #FFFFFF;
	cursor: hand;
	padding: 2px;
}
/* navigation (menu) list styles */
.nav_list_fmt {
	line-height:20px;
}
.nav_list_fmt td {	/* override td style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* header styles... */
.hdr_title {
	font-size: 45pt;
	font-family: "Brush Script MT";
	font-style: italic;
	color: #800080;
}
.hdr_subtitle {
	font-size: 24pt;
	font-weight: bold;
	color: #0033CC;
}

/* body styles... */
.body_bg {
	background-image: url(images/music_bg.gif);
	padding: 20px;
}
.body_mission {
	font-family: "Lucida Calligraphy", "Times New Roman";
	font-size: 12pt;
	color: #0033CC;
	font-weight: bold;
}

/* border styles... */
.border_up {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #440000;
	border-bottom-color: #440000;
	border-left-color: #999999;
}
.border_dn {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
}

