/*** Selectors & Resets           ***/
body {
	margin: 0; 
	padding: 0; 
	border: 0; 
	text-align: center; /* centered content */
	font-size: 70%; 
	background-color: #fff;
}
body, p, td, input, select, option, textarea { 
	font-family: verdana, lucida, arial, helvetica, sans-serif; 
	color: #666; 
}
div {
	float: none; 
	clear: none; 
	display: block; 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
form {
	margin: 0px; 
}
img { 
	border: 0; 
}

/*** General Styles           ***/
.hide, a.skip { height: 0; width: 0; overflow: hidden; position: absolute; }

.clear { clear: both; width: 100%}
/* completely enclose a floated element */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.floatRight {
	float: right;
}

.big {
	font-size: 1.1em;
}

.small {
	font-size: 0.905em;
}




