/* CSS DOCUMENT */

/* acres-common.css controls the layout for the following pages: */

/* acres/account/terms/tc-MAIN */

/* acres/core/includes/common/pm_code-gen.php */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

/* TERMS & CONDITIONS  / CODE GENERATOR */

/* tcSection controls the layout and spacing between items on the page */
.tcSection {
	font-size:12px;
	margin:auto;
	margin:5px 0px 5px 0px; /* t r b l */
	width:80%;
}

/* tcTable controls the layout and style of a table within a divSection */
.tcTable {
	border:1px solid #013B8E;
	border-collapse:collapse;
	/*border-spacing:none; /* spacing between cells */
	margin:auto;
	/*margin:5px 0px 5px 0px; /* t r b l */
	padding:3px;
	width:80%;
}

.tcTxtHdrRev {
	background-color:#013B8E;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 0px 4px 4px;
}
