/* Base */
body {
	margin: 0 auto;
	padding: 0px;
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div#pagebg {
	background: url('./themes/site_themes/apex/page_bg.gif') repeat-y center top;
	width: 725px;
	margin: 0 auto;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
form {
	display: inline;
}
img {
	border: 0;
}
div#content a img {
	border: 0;
}
.small {
	font-size: 10px;
}
.orange { color: #FFA800; } .orange:hover { color: #FFA800; }
.white { color: #FFFFFF; } .white:hover { color: #FFFFFF; }
.gray { color: #A1A1A1; } .gray:hover { color: #A1A1A1; }
.small { font-size: 11px; } .small:hover { font-size: 11px; }
.smaller { font-size: 10px; } .smaller:hover { font-size: 10px; }
/* /Base */


/* Links */
a {
	color: #E49105;
	font-weight: bold;
	text-decoration: underline;
} a:hover {
	color: #E49105;
	text-decoration: none;
}
/* /Links */

/* SPACERS */
.spacer_4 { font-size: 1px; clear: both; height: 4px; }
.spacer_11 { font-size: 1px; clear: both; height: 11px; }
/* /SPACERS */
