@charset "utf-8";

/* CSS Document */

h1 {
	font-family: Calibri;
	font-size: 25px;
	color: #003;
}
h2 {
	font-family: Calibri;
	font-size: 16px;
	color: #006;
}
#body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
}

#contact {
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
}
#phone {
	font-family: Calibri;
	font-size: 23px;
	font-style: italic;
	color: #900;
}
#navigation {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bolder;
	color: #003;
}
#form_field {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

