/* CSS Document */

body {
	background-image: url(../images/background-tile.jpg)!important;
	margin-top: 0px;
	margin-bottom: 0px;
}
.myform {
	margin: 0px;
	padding: 0px;
}
.vert_line {
	background-image: url(../images/vert_line.gif);
	background-repeat: repeat-y;
}
.hor_line {
	background-image: url(../images/hor_line.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.txtfield {
	background-color: #EAEAEA;
	border: 1px solid #003366;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}
