body {
	margin: 0px;
	font-size:12px;
	font-family: Arial;
}
td,p {
    font-size:12px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.page:link {
	text-decoration: underline;
	color: #000000;
}
a.page:visited {
	text-decoration: underline;
	color: #000000;
}
a.page:hover {
	color: #000000;
	text-decoration: none;
}
.content {
	line-height: 25px;
	padding-top: 8px;
	padding-left: 16px;
	font-family: Arial;
}
.border_input {
	background-color: #e4e4e4;
	border: 1px solid #aeaeae;
	font-size: 12px;
	font-family: Arial;
}