/*   h1 and h2 tags control the style of Heading 1 and Heading 2 formats.			*/
/*   Heading 1 is used for the main page title, Heading 2 is used for subtitles.	*/

.ttlbg2 h1 {
	font-size: large;
	color: #330066;
	margin: 0em;
	font-family: Arial, Helvetica, sans-serif;
}


/*   The following styles are class styles (they begin with a full stop)			*/
/*   they can be applied to specific elements of a web page.				 		*/


.address {
	font-size: 0.79em;
	color: #FFFFFF;
	background-color: #330066;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0.57em;
	font-family: Arial, Helvetica, sans-serif;
}
.ttlbg1 {
	background-image: url(../images/ttlbg1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 2.79em;
}
.ttlbg2 {
	background-image: url(../images/ttlbg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 2.79em;
}

