/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10pt/1.5 Helvetica, Arial, sans-serif normal; line-height: 200%;
}

a	{ color: #a99a6f; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24pt; font: "Trebuchet MS";
}

h2 {
	font-size: 18pt; font-family: "Trebuchet MS"; font-weight: bold;
}

h3 {
	font-size: 16pt; font-family: "Trebuchet MS"; font-weight: normal;
}

h4 {
	font-size: 12pt; font-family: "Trebuchet MS"; font-weight: normal;
}

h5 {
	font-size: 10pt; font-family: "Trebuchet MS"; font-weight: normal;
}

h6 {
	font-size: 9pt; font-family: "Trebuchet MS"; font-weight: normal;
}

p	{ color: #666; }

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}

li {
	margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}