/****************************************************/
/* Organization: First Baptist Church of Eagle Pass */
/* Website: http://fbceaglepass.org */
/* Webmaster & Designer: Daniel White */
/* Contact: webmaster@fbceaglepass.org */
/* Last update: 7/24/09 */
/* */
/****************************************************/

/* Default Styles*/
body
	{
	background-color: #221816;
	background-position: 100% 100% 100% 100%;
	background-repeat: none;
	font-family: Lucida Bright, Lucida Console, Times New Roman, Arial, Serif;
	color: black;
	}
h1, h2, h3
	{
	font-variant: small-caps;
	}
table
	{
	background-color: #6297c9;
	border-color: black;
	border-width: 0px;
	}
p
	{
	text-indent: 15px;
	}


/* Class Styles*/	
.text
	{
	font-size:16px;
	margin: 10px 10px 10px 10px;
	}
.maintitle
	{
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px 10px 10px 10px;
	}
.subtitle
	{
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px 10px 10px 10px;
	}
.sectiontitle
	{
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px 10px 10px 10px;
	}
.nav
	{
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
	}
.caption
	{
	font-size: 15px;
	
	}
.update
	{
	text-align: right;
	font-size: small;
	}

/* Link Styles */
a:link
	{
	color: black;
	text-decoration: none;
	}
a:visited
	{
	color: black;
	text-decoration: none;
	}
a:hover
	{
	color: black;
	text-decoration: none;
	}
a:active
	{
	color: black;
	text-decoration: none;
	}