body {
		margin: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 16px;
	font-family: Arial;
}

input { 
	font-family: Tahoma;
	font-size: 12px; 
	border: 1px solid #A1A1A1; 
	background-color: #DFF0FF;
}

select { 
	font-family: Tahoma;
	font-size: 12px; 
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.bg {
	width: 710px;
	background-color: #F0F8FF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #808080;
	border-left-color: #808080;	
}
