*{
	margin: 0;
	padding: 0;
}

body, legend, a{ color: white; }

body{
	font-size: 68.75%;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: 300;
}

strong {font-weight: 700;}

.small,
tfoot td {
	font-size: 76.923%; /*69.2307%; 84.6153%;*/
}

html, body, input, select, textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#content a {
	color: #999999;
}

pre, code{ font-family: monaco, "Courier New", courier, monospace; }

a{
	text-decoration: none;
}

center {
	text-align: left;
}

a, .pagenumbers{
	color: white;
}

#nav ul{
	font-size: 12px;
}

#nav ul{
	line-height: 26px;
}

#nav a {
	letter-spacing: 3px;
	white-space: nowrap;
}

a:hover{ text-decoration: underline; }

img, a img{ border: none; }


h1, h2, h3, h4, h5{
	font-size: 1em;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 1em;
}

h2, h3, h4, h5{
	padding-top: 1em;
}

p{
	width: 90%;
	margin: 0 0 0.75em;
}

hr{
	height: 1px;
	margin: 0 0 1.5em 0;
	border-color: #ccc white white white;
	border-style: solid;
	border-width: 1px 0 0 0;
}

caption{
	padding: .25em .5em;
	text-align: left;
	font-weight: 700;
	margin-bottom: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
}

th, td{
	border: 1px solid #ccc;
	padding: .3em .75em;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}

tfoot td {
	border: none;
}

pre{
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em 1.25em;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
/*	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

ul, ol{
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
ul{
	list-style: square;
}

blockquote{
	margin: 0 0 1.5em;
	padding: 1em 1.25em .01em;
	border: 1px solid #ccc;
}


.left{ float: left; }
.right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear{ clear: both; }
.hide{ display: none; }

