/*******
Style Sheet
Church Site
Designed by Dave Kramer
**********/


/******* Default Body Atributes ***********/

body { color: #000000; background-color: #FFFFFF;}



/**** End Of Default Body Atributes *******/


/****** Background Table Colors**********/

.table-color-1 { background-color: #333366; }
.table-color-2 { background-color: #A0B3D3; }
.table-color-3 { background-color: #ECF3F8; }
.table-color-4 { background-color: #ECF3F8; }
.table-color-5 { background-color: #ECF3F8; }

/**** End Of Background Table Colors *****/


/****** Text Sizes And Colors **********/


.site-title-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-decoration: none;
}
.head-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #446185;
	text-decoration: none;
}
.subhead-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 19px;
}
.error-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bold;
        color: #ff0000;
	line-height: 20px;
	text-decoration: none;
}
.nav-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E9E7E7;
	text-decoration: none;
}
				
a:hover.nav-text-1  {
 	color: #FFFFFF;
	font-weight: bold;
 	text-decoration: none;
}
.nav-text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover.nav-text-2  {
 	color: #B24B4B;
	font-weight: normal;
 	text-decoration: none;
}
.thumb-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
}
.verysmall-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: .05em;
}
