body,html {
	margin: 0px;
	background-color:#eaebed;
	height:100%;
	background-image: url(images/bck_strip.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.main {
	width: 761px;
	height: 100%;
	background-color: #FFFFFF;
}
h1 {
	font-size: 21px;
	color: #FFFFFF;
}
.formtable {
	background-image: url(images/backimage.png);
	padding: 10px;
	margin-top: 5px;
}
.txtinput {
	border: 1px solid #660099;
	font-size: 11px;
	color: #000000;;
}
a:active,a:link,a:visited {
color:#000000;
}
a:hover {
color:#FFFFFF;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	
}
