/* ----------------------- STANDARD LAYOUT ELEMENTS -------------------------*/
br.clear { clear:both; font-size: 0; }
br.clear_inner { clear:both; }

/* ----------------------- STANDARD TEXT ELEMENTS -------------------------*/
.link {
	color: #00F;
	text-decoration: none;
	}
.link:hover {
	color: #00F;
	text-decoration: underline;
    }

.uppercase { text-transform: uppercase;	}

/* ----------------------- STANDARD FORM ELEMENTS -------------------------*/
.nomargins { margin: 0; }

SELECT { font-size: 90%; }
* html SELECT { font-size: 115%; } /* fix size for IE */

INPUT { font-size: 90%; }
* html INPUT { font-size: 115%; } /* fix size for IE */


