body, table, td, input, select, textarea, a {
	font-family: 		Arial;
	font-size:          14px;
	color:				black;
	text-decoration:	none;
}
body{
	background-color:	#F1F4F7; /*FFFACD*/
}
img {
	border:				0px;
}
a:hover, visited {
	color:				#648BCB;
	text-decoration:	underline;
}