html, body {
	font-family: Verdana;
	font-size: 11px;
	color: #232323;
	margin: 0px;
	padding: 0px;
	background-color: #EEACB8;
	height: 100%;
	background-image: url(img/a2a.jpg);
	background-repeat: repeat;
}
a:link {
	color: #B91D56;
	text-decoration: underline;
}
a:visited {
	color: #B91D56;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #B91D56;
	text-decoration: underline;
}
.holdtable {
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b91d56;
	border-left-color: #b91d56;
}
.whiteleftborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.whitetopborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.redtopborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B81C55;
}
.base {
	font-size: 9px;
	color: #474747;
	font-family: Arial;
}
a.base:link {
	color: #474747;
	text-decoration: underline;
}
a.base:visited {
	color: #474747;
	text-decoration: underline;
}
a.hover:hover {
	color: #B91D56;
	text-decoration: none;
}
.whitebase {
	font-size: 9px;
	color: #B0B0B0;
	font-family: Arial;
}
.whitetxt {
	color: #FFFFFF;
}
.topnav {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt14 {
	font-size: 14px;
}
.txt15 {
	font-size: 15px;
}
.txt20 {
	font-size: 20px;
}
.redtxt {
	color: #B81C55;
}
.pad10 {
	padding: 10px;
}
.pad6 {
	padding: 6px;
}
.padleft3 {
	padding-left: 3px;
}
.redborder {
	border: 1px solid #B91D56;
}
.pinkborder {
	border: 1px solid #d57498;
}
input, select, textarea, radio, checkbox {
	font-family: Verdana;
	font-size: 11px;
	color: #B81C55;
	background-color: #EEE3D1;
	border: 1px solid #B81C55;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #B81C55;
	color: #FFFFFF;
	border: 1px solid #333333;
}
