@charset "utf-8";
body {
	background-color: #2375A5;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.copyright {
	color: #FFFFFF;
	font-family: "Lucida Sans";
	font-size: 10px;
}
.copyright a{
	color: #FFFFFF;
	font-family: "Lucida Sans";
	font-size: 10px;
}

h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
p {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
li {
	margin-right: 10px;
	margin-left: 10px;
}
.image-border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	#border-top-color: #000000;
}


.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}

.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	
}

.form_text {
	font-weight: bold;
	color: #000000;
}

.phone_number {
	font-family: Tahoma;
	font-size: 36px;
	font-weight: bold;
	color: #447DAA;
}
.address_text {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 1.25em;
	margin-right: 5px;
	margin-left: 5px;
}

.address_text_white {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 1.25em;
	margin-right: 5px;
	margin-left: 5px;
	color:#FFFFFF;
}
.address_text_white a {
	
	color:#FFFFFF;
}
