@charset "utf-8";

html {
	overflow: auto;
	height: 100%;
	}

/* Headers */
h1 { font-size: 140%; font-weight: bold; }
h2 { font-size: 135%; font-weight: bold; font-family: "trebuchet ms", helvetica, sans-serif; }
h3 { font-size: 115%; font-weight: bold; margin: 1em 0 15px 0; }
h4 { font-size: 100%; }
h5 { font-size: 95%; }
h6 { font-size: 90%; }

/* Text elements */
p, td, li {	font-size: 1em; }
p { padding: 1em 0; }

/* Align text */
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textLeft { text-align: left !important; }

/* Align element */
.floatLeft { float: left; }
.floatRight { float: right; }

/* Others */
.break { clear: both; }
.noBorder { border: 0; background: transparent; }
.hidden { display: none !important; }

/* Links */
a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #333;
}

i { font-style: italic; }


