.right {
	background-image: url(../images/rightrepeat.jpg);
	background-repeat: repeat-y;
	width: 9px;

}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
}
.left {
	background-image: url(../images/leftrepeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;


}
.middle {
	background-color: #FFFFFF;
	padding: 7px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center center;


}
body {
	font-family: Arial;
	font-size: 11px;
	background-color: #EEEEEE;
	height: 100%;

}
html {
height: 100%;

}
.maintable {
	width: 616px;
}
.navbar {
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
	height: 21px;
}
a {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4B1818;
	text-decoration: underline;
}
td {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}
.secondnav {
	background-image: url(../images/secondnavback.jpg);
	background-repeat: repeat-x;
	height: 19px;
}
.secondnavpadding {
	padding-right: 7px;
	padding-left: 7px;
	background-color: #FFFFFF;

}
.titles {
	font-size: 13px;
	font-weight: bold;
	color: #221C1C;
}
.errorbox {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FF0000;
}
.border {
	border: 1px solid #DDDDDD;
}
input {
	font-family: Arial;
	font-size: 11px;
}
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.middlefont {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: right top;



}
.fronttxt {
	padding: 7px;
}
