/* CSS Document */
body {
	background-color:#E6F9FF;
}
.welcome {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
}
.phone {
	font-family:Arial, Helvetica, sans-serif;
	color:#0066FF;
	font-weight:bold;
	}
.copyright {
	font-size:12px;
	
	font-family:Arial, Helvetica, sans-serif;
}
.copyright2 {
	font-size:9px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

fieldset {
border: 2px groove threedface;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: groove;
border-right-style: groove;
border-bottom-style: groove;
border-left-style: groove;
border-top-color: threedface;
border-right-color: threedface;
border-bottom-color: threedface;
border-left-color: threedface;
display: block;
margin-left: 2px;
margin-right: 2px;
padding: 0.35em 0.75em 0.625em;
padding-top: 0.35em;
padding-right: 0.35em;
padding-bottom: 0.625em;
padding-left: 0.35em;
}
legend {
border: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-width: initial;
border-color: initial;
display: block;
padding-left: 1px;
padding-right: 1px;
}

h2 {
font-family:"Times New Roman", Times, serif;
}