@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
body {
	background-image: url(images/bg-pattern.jpg);
	background-repeat: repeat;
	margin-left: 70px;
	margin-top: 10px;
	background-color: #EEEEEE;
}
a:link {
	color: #093;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #093;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
a:active {
	text-decoration: none;
}
.hdg {
	font-size: 18px;
	font-weight: bold;
	color: #8e0e03;
}.brdr {
	border: thin solid #00AF3D;
}
.red {
	color: #900;
}
.bordr {
	border: thin solid #900;
}
.small-form {
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #BE2D3C;
	border-right-color: #711C24;
	border-bottom-color: #711C24;
	border-left-color: #B62A37;
	padding: 5px;
}

