body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	color:#000000;
}
.highlight {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color:#000000;
}
a:link {
	color:#000000;
}
.small {
	font-size: 9px;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	vertical-align: bottom;
}
.contactname {
	width: 250px;
	float: left;
	background-color: #CEE2F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #014C81;
	color: #014C81;
	text-align: left;
}
.contactlist {
	background-color: #CEE2F0;
	width: 490px;
	border: 5px solid #014C81;
}
.contactemail {
	width: 125px;
	float: left;
	background-color: #CEE2F0;
	color: #014C81;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #014C81;
	border-bottom-color: #014C81;
	border-left-color: #014C81;
}
.contactphone {
	width: 100px;
	float: left;
	background-color: #CEE2F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #014C81;
	color: #014C81;
	text-align: right;
}
.avtitletitle {
	font-weight: bold;
	text-align: center;
}
.box {
	font-size: 14pt;
	line-height: 28px;
	font-weight: bold;
	color: #014473;
	background-color: #CEE2F0;
	background-position: center;
	text-align: center;
	padding: 9px;
	border: 1px solid #014C81;
}
.clearboth {
	clear: both;
}