/************************** DEFAULTS **************************/
body {
	background-color: #ffffff;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
body,td,th, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
}
#framecontainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #cecece;
}
a img {
	border: 0px;
}


