/* 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: #FFFFFF; text-decoration: none} 
.churchtitle a:visited {color: #FFFFFF; text-decoration: none} 
.churchtitle a:hover {color: #333366; text-decoration: none} 
.churchtitle a:active {color: #333366; 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: #FFFFFF;
	width: 431;
}

.title {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

.titleboxed {

	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}

.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: #660000} 
a:visited {color: #660000} 
a:hover {color: #333366} 
a:active {color: #333366}  

/* Use the following link states to control the event border and the background color*/
.box {
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
}

.titlexboxed {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: FFFFFF;
}

.labelxboxed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.bulleted {
	color: #FFFFFF;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #993333; 
}

/* Use the following link states to control the nav text color*/
.nav a:link {color: #FFFFFF; text-decoration: none} 
.nav a:visited {color: #FFFFFF; text-decoration: none} 
.nav a:hover {color: #CCCCFF; text-decoration: none} 
.nav a:active {color: #CCCCFF; text-decoration: none}


.xbox {
	background-color: #9999CC;
}







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;
}


