/* CSS Document */

body {background-color:#3673b9}

.textleft {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	color:#000000;
}

.textwhite {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

.textwhitebold {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.headerwhite {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
}


.sermons {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	color:#000048;
}

.textrightblue {
	text-align:right;
	font-family:"Trebuchet MS";
	font-size:16px;
	text-decoration:none;
	color:#000048;
}

.links {
	font-family:"Trebuchet MS";
	font-size:16px;
	text-decoration:underline;
	color:#394C77;
}

.textright {
	text-align:right;
}



.textbold {
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	color:#000000;
}

.textboldlink {
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:16px;
	text-decoration:underline;
	color:#000048;
}

.textsmaller {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-decoration:none;
	color:#000048;
}

.headerbig{
	font-weight:bold;
	font-family:"Goudy Old Style";
	font-size:28px;
	text-decoration:none;
	color:#000048;
}

.headeralert{
	font-weight:bold;
	font-family:"Goudy Old Style";
	font-size:28px;
	text-decoration:none;
	color:#000048;
	text-align:center;
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}