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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

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

small {color:#FFF;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 100%;}

h1 {
	font-size: 25px;
	font-weight:bold;
}

h2 {width: 300px;
	font-size: 32px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#6b6b6b;
	font-weight:100;
	line-height:50%;
	text-shadow:#93999e 1px 1px 2px;
}

.orange {color:#f68708;}

.lightblue {color:#08b0f6;}

h3 {
	font-size:23px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#6b6b6b;
	font-weight:100;
	line-height:40%;
	text-shadow:#000 1px 1px 2px;
}

h4 {
		font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#6b6b6b;
	font-weight:100;
	line-height:40%;
	text-shadow:#000 1px 1px 2px;
}

h5 {
	font-size: 17px;
}



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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

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


h6 {
	font-size: 12px;
margin-bottom:10px;}

#footer p {line-height: 120%;}

.feedback {font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;}

.introtext {padding-top:20px;}
