/* 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: #003366;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
a.red:active {
	color: #003366;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
}
a.red:visited {
	color: #003366;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-decoration: none;
}
a.red:hover {
	color: #FF9900;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.quote {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.subtitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.blogtitle {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.smnote {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #000000;
}
.subtitlewht {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.lyric {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.bullet {
	word-spacing: normal;
	list-style-type: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.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);
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}