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

	Licensed under GPL and MIT.
*/

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

body {
	font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 line-height:1.6em;
	color: #340004;
}

*a:focus {
	outline: 0;
}
*/
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight:normal;
	color:#303303;
	line-height:20px;
}
h2 {
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight:normal;
	line-height:20px;
}

h3 {
	font-family: 'Droid Sans', arial, serif;
	font-size: 18px;
	line-height:20px;
}

h4 {
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight:normal;
	line-height:20px;
	
}

#content_grey h4 {
	text-shadow:1px 1px 1px #666;
}

h5 {
	font-size: 14px;
	font-weight:normal;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left:20px;
}

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

#content_grey p {
	color:#303030;
}

/* links
----------------------------------------------------------------------------------------------------*/
a {
color:#FFF;
text-decoration:none;
}

a:hover {
color:#FFF;
text-decoration:underline;
}


.scroll-pane a:focus, .scroll-pane a:active {
	text-decoration:underline;
}

#overlay p {
	color:#000;
}

#overlay a {
	color:#000;
	text-decoration:underline;
}

#overlay h1 {
	font-family: 'Droid Sans', arial, serif;
	font-size: 16px;
	font-weight:normal;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
	
}

hr {
	background-color:#e13d3d;
	border:0 none;
	color:#CC0000;
	height:1px;
}
