.page,
.main_left,
.main_right,
.footer_left,
.footer_right {
	font-size: 13pt; 
}
.main_left a:link,
.main_right a:link,
.main_left a:visited,
.main_right a:visited {
	color: 800080;
	text-decoration: underline;
}
.main_left a:hover,
.main_right a:hover {
	color: 0000FF; 
	text-decoration: underline;
}

.page {
	width:  1024px;
	font-family: times;
	color: #000000;
}

.header {
	height: 150px;
	border-bottom: 5px solid #800080;
}
.header_left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
.header_right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.title {
	font-weight: bold; 
	font-size: 24pt; 
	font-style: oblique;
}
.subtitle {
	font-size: 16pt; 
	font-style: oblique;
}

.address_pastor,
.address {
	font-size: 11pt; 
}

.address_pastor {
	font-weight: bold; 
}

.subtitle a:link,
.subtitle a:visited,
.subtitle a:hover,
.address a:link,
.address a:visited,
.address a:hover {
	text-decoration: underline;
}
.subtitle a:link,
.subtitle a:visited,
.address a:link,
.address a:visited {
	color: 800080; 
	text-decoration: underline;
}
.subtitle a:hover,
.address a:hover {
	color: 0000FF; 
}
.main {
	text-align: center;
}
.main_left,
.main_right {
	valign: top;
	padding: 40px 40px 0px 40px;
}
