@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/Background.png);
	background-repeat: no-repeat;
	background-color: #FFF
	color: #4D4B4C;
}
.titles {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #4D4D4D;
	font-weight: bold;
}
.belowtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E8098;
}
.belowtitlegrey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #484647;
}
a:link {
	text-decoration: none;
	color: #005493;
}
a:visited {
	text-decoration: none;
	color: #005493;
}
a:hover {
	text-decoration: none;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.links {	background-image: url(../images/Navigatin.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #484647;
	font-size: 11px;
	background-repeat: no-repeat;
	font-weight: normal;
}
.phone {
	font-size: 14px;
	color: #1861AF;
	font-family: Arial, Helvetica, sans-serif;
}
