/* walljuice.com */

@import url("advanced.css");

 /* IE trick to allow proper resizing of text: */
html { font-size: 100%; }


body {
	font: 0.625em/1.5em Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em is now 10px */
	}

/* default heading sizes */	
h1			{ font-size: 2em;    }
h2			{ font-size: 1.5em; }
h3 			{ font-size: 1.2em;  }
h4,h5,h6	{ font-size: 1.0em;  }

table, form, select, input, textarea { 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}

/* default link formatting */			
a, a:link 			{ color: #d9811c; text-decoration: none; font-weight: bold; }
a:visited 			{ color: #d9811c; }	
a:focus, a:hover 	{ color: #626366; }


/* basic classes */

.floatL {
	float: left;
	}
	
.floatR {
	float: right;
	}
	
.clearBoth {
	clear: both;
	}

.clearL {
	clear: left;
	}
	
.clearR {
	clear: right;
	}
	
.hide {
	display: none;
	}

.show {
	display: block;
	}