﻿.leftalign {
	text-align: left;
}
a:link {
	color: #003399;
}
a:active {
	color: #3F3F3F
}
a:visited {
	color: #0033CC;
}
.notunderlined {
	text-decoration: none;
}
.linkcolorgrey {
	color: #F0F0F0;
}
.linkcolorblack {
	color: #3F3F3F;
}
.arrow {
	background-repeat: no-repeat;
	margin:0;
	position: relative;
	width: 507px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 35px;
	letter-spacing: 5px;
	list-style: none;
	padding: 0;



}
.arrow.white {
	background-image: url('images/whitearrow.png');
}
.arrow.black {
	background-image: url('images/blackarrow.png');
}
.arrow.white a {
	display:block;
	color: black;
	text-decoration: none;
}
.arrow.black a {
	display:block;
	color: white;
	text-decoration: none;
}
.style1 {
	background-color: #FFFFFF;
}
