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

	Licensed under GPL and MIT.
*/

/* `Basic HTML

using background autofill trick from http://www.cssplay.co.uk/layouts/background.html
----------------------------------------------------------------------------------------------------*/


html, body {
	font: 13px/1.5 Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow:hidden;
	}
	/* background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed; } */
	
.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#scroller 
{position:absolute; 
width:100%; 
height:100%; 
top:0; 
left:0; 
overflow:auto; 
z-index:5;}	
	
a {
	text-decoration: underline;
	color: #000000;
}

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

.small {
	font: 10px Georgia, "Times New Roman", Times, serif;
}

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

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-size: 16px;
	line-height: 1.5px;
	letter-spacing:2px;
	margin:8px;
}

h4 {
	font-size: 13px;
	line-height: 1.5px;
	font-weight: bold;
	margin-bottom: 15px;

}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 30px;
}

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