/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family:  Arial,Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px; 
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	padding:0;
	
}
a {
color:#ff0000;
text-decoration:none;

}
blockquote{
margin-left:45px;}




/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: boldest;
	text-align: left;
	padding: 0px 10px;
	color:#ff0000;
	}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
	padding: 10px 15px 0px;
}

h4 {
	
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333333;
	
}

h5 {
    font-size: 16px;
	padding: 10px 15px 0px;
	color:#60513a;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
	line-height:22px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}
p{
padding:10px;
margin:9px;
line-height:18px;
}

/* sysgeneratedcss
----------------------------------------------------------------------------------------------------*/

div.c3 { background-color:#f0f0ec; margin-top:25px;}
div.c2 {float:right; margin-top:10px; background-color:#ebebe6; border-top:2px solid #908474;}
sup.c1 {text-decoration:none;}
