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

<!--
body,td,th {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.Footer {
	color:#FFFFFF;
}

.Title {
	font-size:34px;
}
.Home {
	font-size: 20px;
}
.tel {
	font-size: 30px;
	color:#FFFFFF;
}
.med {
	font-size: 14px;
}
.Blue{
	font-size: 14px;
	color:#66CCFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#3333FF;

}
a:active {
	text-decoration: none;
	color: #000000;
}

.Footer_a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer_a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Footer_a:hover {
	text-decoration: none;
	color: #3333FF;
	background:none;

}
.Footer_a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.textfield
{
		font-family: Trebuchet MS, sans-serif;
font-size: 12px;
	color: #000000;
width: 200px;
height: 20px;

}

.textarea
{
		font-family: Trebuchet MS, sans-serif;
font-size: 12px;
	color: #000000;
width: 200px;
height: 100px;
}


input.btn2{
	background: url('../images/order_button.gif') no-repeat top right;
	font-family: Trebuchet MS, sans-serif;
	border: none;
	font-size: 0px;
	color: #CC6600;
width:150px;
height: 30px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}
input.btn2:hover{
	background: url('../images/order_button_on.gif') no-repeat top right;
	font-family: Trebuchet MS, sans-serif;
	border: none;
	font-size: 0px;
	color: #669999;
width: 150px;
height: 30px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */

}



-->
