/**************************/
/* -- Basic HTML Rules -- */
/**************************/
/* - stop gap if only inline element in block level container - */
img, object, embed {
	border:none;
}
/* - to avoid ff<1.03 bug - */
html, body, div, pre, form, table, fieldset, h1, h2, h3, h4, h5, h6, dl, hr, p, blockquote {
	margin:0;
	padding:0;/*color:#FFFFFF;*/
}
/* - look normal - */
a img, :link img, :visited img, fieldset {
	border:none;
	color:#FFFFFF;
}

/* -- General Styles -- */
/* - default font */
html, body, input, select, textarea {
	font-family:'Arial', verdana, tahoma, georgia, sans-serif;
}
/* - give default font style - */

h1, h2, h3, h4, h5, h6, p, ul, dl, ul, ol, pre {
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
/* -- General Classes -- */

/* -- center -- */
.center
{
	text-align:center;
}
/* -- clear -- */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

/* -- Page Wrap -- */
body.centerAlign {
	text-align:left;
}
body.centerAlign #pageWrap {
	text-align:left;
	margin:0 auto;
}
body.centerAlign #footerAlign {
	text-align:left;
	margin:0 auto;
}
.noBorder {
	border: none !important;
}

/* -- Standard Floating Functions --*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#cella {
	border: 2px solid #000;
	float:left;
	padding: 5px;
	margin: 5px;
}

