html {
	background-color: #FAF8F2;
	height: 100%;
	background-image: url(images/BGD_art.jpg);
	background-repeat: repeat;
}

body {
	background-image: url(images/BGD_art.jpg);
	background-repeat: repeat;	 
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 12px;
}
.dimenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ABAC2A;
	line-height: 0px;
}
.boardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 12px;
	padding-right: 10px;
	padding-top: 30px;
}
.boardTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	line-height: 12px;
	padding-right: 10px;
	padding-top: 30px;
}
.OKText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ABAC2A;
	padding-left: 20px;
	text-decoration: underline, bold;
	
}
.welcomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 12px;
}
.shapingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	line-height: 12px;
	padding-bottom: 400px;
}
.orderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 12px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ABAC2A;
	line-height: 12px;
}

a.order:link {color: #ABAC2A; text-decoration: underline; }
a.order:visited {color: #666666; background-color: transparent; text-decoration: underline; }
a.order:hover {color: white; background-color: #ABAC2A; text-decoration: none; }
a.order:active {color: #ABAC2A; text-decoration: underline; }

a.error:link {color: #ABAC2A; text-decoration: underline; }
a.error:visited {color: #666666; background-color: transparent; text-decoration: underline; }
a.error:hover {color: white; background-color: #ABAC2A; text-decoration: none; }
a.error:active {color: #ABAC2A; text-decoration: underline; }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

