/* CSS Document */
/* Front Page Styles */
.frontPage {
	background-image: url("../images/blue_gradient.gif");
	background-repeat: repeat-x;
}
.frontText {
	color: #663399;
	font-family: Verdana, sans-serif;
	font-size: 12;
	line-height: 20pt;
}

/* Sub-Page Styles */
.subPage {
	background-image: url("../images/cross_logo.gif");
	background-repeat: no-repeat;
}
.subText {
	color: #663399;
	font-family: Verdana, sans-serif;
	font-size: 10;
	font-weight: bold;
	line-height: 14pt;
}
.headline {
	color: #F79647;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
}
A {
	color: #639;
	font-family: Verdana, sans-serif;
	font-size: 12;
}
A:hover {
	color: #F79647;
	text-decoration: none;
}
A:active {
	color: #639;
}
A:visited {
}

/* Search Box Styles */
#searchArea {
	line-height: 12pt;
}
#searchQuery {
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	font-size: 12;
}
.searchText {
	font-family: Verdana, sans-serif;
	font-size: 8;
}

