BODY {
	margin-left : 4px;
	margin-right : 4px;
	background-image : url(../images/logo.jpg);
	background-position : left top;
	background-repeat : no-repeat;
}

TABLE {
	border : none;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	width : 100%;
}

.tagline {
	color : Purple;
	font-weight : bold;
	font-size : 32px;
	font-family : serif;
	font-style : italic;
	padding-left : 105px;
}

.contactInfo {
	color : Fuchsia;
	font-size : smaller;
	white-space : nowrap;
}

.slogan {
	color : Purple;
	font-size : x-small;
	font-style : italic;
	white-space : nowrap;
	vertical-align : middle;
	font-weight : bold;
}

TABLE.navigation {
	width : 100%;
	font-size : smaller;
	font-weight : bold;
	margin-top : 30px;
}

TABLE.navigation TD {
	padding-top : 4px;
	padding-bottom : 4px;
	background-image : url(../images/purpl026.jpg);
	color : White;
	text-align : center;
}

A:link {
	color : White;
	text-decoration : none;
}

A:visited {
	color : White;
	text-decoration : none;
}

A:hover {
	color : Pink;
	text-decoration : none;
}

A:active {
	color : Pink;
	text-decoration : none;
}

A.contact:link {
	color : Fuchsia;
}

A.contact:visited {
	color : Fuchsia;
}

A.contact:hover {
	color : Purple;
	text-decoration : underline;
}

A.contact:active {
	color : Purple;
	text-decoration : underline;
}

