body {
	font-family: Verdana,Arial,Helvetica,MS Sans Serif,Sans-Serif; 
	color: black;
	background-color: white;
}

h1 {
	font-family: Verdana,Arial,Helvetica,MS Sans Serif,Sans-Serif; 
	color: gray;
}
h1.center {
	text-align: center
}


h2 {
	font-family: Verdana,Arial,Helvetica,MS Sans Serif,Sans-Serif; 
	color: gray;
}

h5.tagline {
	font-family: Verdana,Arial,Helvetica,MS Sans Serif,Sans-Serif; 
	color: gray;
	text-align:center;
	font-style: italic;
	font-weight: normal;
	font-size: medium;
}
	

a {
	font-family: Verdana,Arial,Helvetica,MS Sans Serif,Sans-Serif; 
}

a:link {
	background: transparent;
	color: black;
}

a:active {
	background: transparent;	
	color: red;
}

a:visited {
	background: transparent;
	color: silver;
}

img.floatleft { 
	float: left; 
	border-style: none; 
	padding: 10px; 
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#middle {
	margin: 10px 30px 10px 30px;
	padding: 5px;
	}

.contactbuttonplacement {
	text-align: center;
}

div.imgcenter {
	text-align: center
}