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

	Licensed under GPL and MIT.
*/

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


a:focus {
	outline: 1px dotted;
}

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

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

h1 {
	font-size: 34px; font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#666
}

h2 {
	font-size: 20px; font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#666
}

h3 {
	font-size: 18pt;
	color:#09F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: lighter;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 35px;
	font-style: normal;
	font-weight: lighter;
}


h5 {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	text-align: center;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5;
	text-decoration:none
}

a {
	text-decoration:none;
	color: #06F;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 24px;
	font-style: normal;
	font-weight: lighter;
}

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

ol {
	list-style: decimal;
	margin-top: 40px;
	margin-bottom: 0px;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h4,
h6,
ul,
pre,
table,
address,
fieldset {
	margin: 0px;
}

h3 {
	margin-top: 60px;
	margin-bottom: 20px;
}

h5 { margin-top: 60px;
	 margin-bottom: 10px
}
