body {
	background-image: url(img/img_page_bg.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
}
.txt12pxBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txt14pxRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #37698e;
}
.txt14pxWhtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.borderGrey {
	border: 1px solid #CCCCCC;
}
.borderBlack {
	border: 2px solid #000000;
	background-color:#FFFFFF;
}
.borderBlue {
	border: 2px solid #0066CC;
	background-color:#FFFFFF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/img_inputbg.jpg);

}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/img_txtareabg.jpg);

}


a.foot:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ededed;
	text-decoration: none;
}
a.foot:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
