/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#000000;
	margin:0;
}

a {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

ul {
	padding: 0;
	margin-left: 17px;
	margin-bottom:0px;
}

li {
	list-style:url(/ima/bt_bullet.gif);
}

.footer1 {
	font-size:10px;
	color: #7c7f82;
	line-height:normal;
}

.footer2 {
	font-size:10px;
	line-height:normal;
}

form td {
	padding-bottom: 15px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #000000;
	border: 1px solid #7f7f7f;
} 
	
input:focus, textarea:focus {
	background-color: #e6ae28;
} 

input[type="checkbox"] {
	border: none;
} 

input.noborder {
	border: none;
} 


	