@charset "UTF-8";
.indexbody {
	background-image: url(images/index/index.jpg);
	background-repeat: no-repeat;
}
.contactbody {
	background-image: url(images/Contact/Contact.jpg);
	background-repeat: repeat;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	line-height: 12pt;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
.Title {
	font-family: "Comic Sans MS", cursive;
	font-size: 12pt;
	color: #900;
}
.NoOrder {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	font-weight: bolder;
	color: #FF0;
	text-decoration: none;
	line-height: 24pt;
	padding-left: 10px;
	padding-right: 10px;
}
