/* CSS Document */

a.blue:link {
	color: #999999;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}
a.blue:active {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}
a.blue:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}
a.blue:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}

a.red:link {
	color: #FFFF00;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.red:active {
	color: #FFCC00;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}
a.red:visited {
	color: #FF9900;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration: none;
}
a.red:hover {
	color: #FF0000;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-decoration: underline;
}
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.blogtitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.smnote {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.subtitlewht {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.lyric {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.bullet {
	word-spacing: normal;
	list-style-type: circle;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	line-height: 22px;
}
.mainlayer {
	position: static;
	left: 39px;
	top: 10px;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-image: url(images/background%20float.jpg);
}
.norepeatbk {
	background-repeat: no-repeat;
}
.lyric2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
