body {
	width: 1024px;
	margin: 0 auto;
	color: #4b4b4b; 
	font-size: 12px; 
	font-family: Verdana;
	background-color: #ffffff;
	text-align:center;
}

table{
	padding: 0px; 
	margin: 0px; 
	border:0px; 
	border-spacing: 0px;
	border-collapse:collapse;
	background-color: #ffffff;
}

img{
	border:0px;
}

a {
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #66667a;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;
}
a:link { 
	color: #66667a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
a:visited {
	color: #66667a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
a:active {
	color: #66667a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
