/* CSS Document */
/* ++++++++++++++++++++++++++++++Links+++++++++++++++++++++++++++++++++++++*/
a:hover {
	text-decoration: none;
	color: #C28E8E;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* ++++++++++++++++++++++++++++++Layout+++++++++++++++++++++++++++++++++++++*/
.mainBody {
	background-image: url(images/BGtable.gif);
}
.bottomBar {
	background-color: #6F2347;
}
.specialBar {
	background-color: #969799;
}
.headingTable {
	text-align: center;
}
body {
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #969799;
	margin-top:0px;
}
/* ++++++++++++++++++++++++++++++Text+++++++++++++++++++++++++++++++++++++*/
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #6F2347;
	font-size: x-large;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #6F2347;
	font-size: medium;
	text-align: center;
	font-style: italic;
	font-weight: normal;		
	}
.restriction {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #6F2347;
}
.nsew {
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;	
}
.phone {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.head {
	background-image: url(images/BGhead.gif);
}
.bottomText {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;	
	}
.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #6F2347;
	text-align: justify;
	}
.emphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	}
.formHeadText {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #6F2347;
	text-align: left;
	}
.buttonText {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #6F2347;
	text-align: center;
	}
