/*====================================
Screen styles for revamp
======================================*/

/* Global Default Formatting */
body {margin:0px; font-family:Arial,Verdana,Helvetica; }
img {border:0px; border-style:none; }
table,tr,td,p,div,span {font-family:Arial,Verdana,Helvetica; }

/* position */
.linebreak {clear:both; }

/* Float control
---------------------------------------------------------------------------------------------- */
.floatFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatFix {display:inline-block; }
/* Hides from IE-mac \*/
* html .floatFix {height:0; }
.floatFix {display:block; }
/* End hide from IE-mac */

/* footer */
.copyright {margin:19px 0px 0px 0px; font-weight:bold; font-family:Arial; font-size:10px; }
.privacy {margin:4px 0px 20px 0px; font-weight:bold; font-family:Arial; font-size:12px; }
.plink {text-decoration:none; }