/* CSS Document */

a.blue:link {
	color: #FFFFFF;
	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: #F6CA05;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}

a.red:link {
	color: #0066CC;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
a.red:active {
	color: #0066CC;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
}
a.red:visited {
	color: #000066;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-decoration: none;
}
a.red:hover {
	color: #F09355;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-decoration: underline;
}
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #514DBC;
}
.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: 12px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
.lyric {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.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);
}
.imagebox {
	border: 1px solid #2A1983;
	margin: 4px;
	padding: 6px;
}

