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

	Licensed under GPL and MIT.
*/

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

body {
	font: 14px/1.5 Verdana, Geneva, sans-serif;
	color:#000;
}

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

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #aaa;
	border-top: 1px solid #AAA;
	clear: both;
	height: 0;
	margin: 20px 0 15px 0;
}

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



h1 {
	font: 30px/1.3 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	color:#900;
	margin-bottom: 20px;

}

.detail h1 {
	font-size: 26px;
	}

h1.nomargin {
	margin-bottom: 2px;
	}

h1 a.tooltip, h1 a.tooltip:hover {
	padding:0;
	background-image:none;
	color:#900;
	border-bottom: 2px dashed #900;
}

h2, h2 a {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	color:#000;
	font-size: 22px;
	margin-bottom: 10px;
	text-decoration:none;
}

h2 a.tooltip, h2 span.tooltip  {
	background-position: right 5px;
}

h2 a.tooltip:hover, h2 span.tooltip:hover  {
	background-position: right -19px;
}

h3, h3 a {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	text-decoration:none;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

