/* Site SKU # xxxxxx */
/* Site Design: Xxxxx */
/* This is a css comment. Use this nomenclature when creating a css comment */


/* Use the following 4 link states to control the church title color when there is a link*/
.churchtitle a:link {color: #ffcc00; text-decoration: none} 
.churchtitle a:visited {color: #ffcc00; text-decoration: none} 
.churchtitle a:hover {color: #ffffff; text-decoration: none} 
.churchtitle a:active {color: #ffffff; text-decoration: none}

/* Use the following to control the church title color when there is NO link - use the a:link color from above */
.churchtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffcc00;
	width: 431;
}

/* Corresponds to Welcome Title */
.title {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #cc3300;
}

/* Corresponds to Event Title */
.titleboxed {

	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #cc3300;
}

/* Corresponds to Event Tagline */
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #cc3300;
}

/* Corresponds to Event Label */
.labelboxed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Use the following 4 link states to control the "click to view" */
a:link {color: #ff3300} 
a:visited {color: #ff3300} 
a:hover {color: #990000} 
a:active {color: #990000}  

/* Corresponds to Event Table Border and Event Table Bachground */
.box {
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #ffffff #ffffff;
}

/* Corresponds to Contact Us Title */
.titlexboxed {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

/* Corresponds to Contact Us Label */
.labelxboxed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Corresponds to Bullets */
.bulleted {
	color: #ffffff;
}

/* Corresponds to Nav Bar */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000; 
}

/* Corresponds to Nav Bar Text */
.nav a:link {color: #ffcc00; text-decoration: none} 
.nav a:visited {color: #ffcc00; text-decoration: none} 
.nav a:hover {color: #ffffff; text-decoration: none} 
.nav a:active {color: #ffffff; text-decoration: none}


/* Corresponds to X Box */
.xbox {
	background-color: #000000;
}







body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 0;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.editme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	background-color: #FF0000;
	display: table;
	margin: 3px;
	font-style: normal;
	text-indent: 2px;
	padding: 3px;
	border: #FF0000;
}
.editme a:link {color: #FFFFFF; text-decoration: none} 
.editme a:visited {color: #FFFFFF; text-decoration: none} 
.editme a:hover {color: #FFCC00; text-decoration: none} 
.editme a:active {color: #FFCC00; text-decoration: none}


.errortitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.erroritem {
	color: #FF0000;
}


