body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clip:  rect(auto auto auto auto);

}
.table1 {
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
}
.table2 {
	background-image: url(images/green_bg.gif);
	background-repeat: repeat-x;
}
.txt-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.txt-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #13AD1E;
	text-decoration: none;
}
li {
	list-style-type: square;
	color: #13AD1E;




}
.txt-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.input-textbox {


	border: 1px solid #13AD1E;
	width: 200px;
}
.input-radio {



\\	border: 1px solid #13AD1E;
}
.input-send {
	border: 1px solid #13AD1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #13AD1E;
	text-decoration: none;
	background-color: #FFFFFF;


}
