/* Use custom font files fond in /common/fonts */
@font-face {
    font-family: AGaramond;
    font-style:  normal;
    font-weight: normal;
    src: local("AGaramond"), local("Adobe Garamond"), url("/common/fonts/AGARAMO3.eot");
}
@font-face {
    font-family: AGaramond;
    font-style:  normal;
    font-weight: 700;
    src: local("AGaramond"), local("Adobe Garamond"), url("/common/fonts/AGARAMO2.eot");
}
@font-face {
    font-family: AGaramond;
    font-style:  oblique;
    font-weight: normal;
    src: local("AGaramond"), local("Adobe Garamond"), url("/common/fonts/AGARAMO1.eot");
}
@font-face {
    font-family: AGaramond;
    font-style:  oblique;
    font-weight: 700;
    src: local("AGaramond"), local("Adobe Garamond"), url("/common/fonts/AGARAMO0.eot");
}

/* Link styles */
a:link {
	color: #900;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #066;
}

/* Header styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 100;
	line-height: 1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0px;
}

.h3subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #066;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Menu/Navbar Styles */
#navbar {
	position: relative;
	width: 960;
	height: 31px;
	background-color: transparent;
	background-image: url(../../images/menu_bg.png);
	background-repeat: repeat-x;
}
/* #navbar ul {
	padding-left:	80px;
	padding-right:	20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#navbar ul li {
	list-style:		none;
	float:			left;
	margin-top:		0px;
	height:			31px;
}
#navbar ul li a {
	display:		block;
	font-family: Arial, Helvetica, sans-serif;
}
*/

.mfmInternalLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Kudos_Signature {
	font-size: 14px;
	text-align: right;
}

.tracks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 8px;
	margin-bottom: 5px;
	list-style-image: url(../images/eighth_note_13p.png);
}

