/*
	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:18px;
	color:#666666;
}

a {
	color:#666666;
	text-decoration:none;
	border-bottom:dashed 1px #cccccc;
}

.content b{
	color:#333333;
}

.content i{
	color:#333333;
}

.content p{
	text-align:justify;
}

a:hover {
	color:#e3971e;
}

a:focus {
	outline: 1px dotted invert;
}

h2 a , h3 a {
	color: #333333;
	text-decoration:none;
	border-bottom:none;
}

h2 a:hover , h3 a:hover {
	text-decoration:none;
	color:#e3971e;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size:20px;
	color: #333333;
	text-transform:uppercase;
	font-weight:normal;
}

h2 {
	font-size:14px;
	color: #333333;
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	font-size:14px;
	color: #333333;
	font-weight:normal;
}

h4 {
	font-size:12px;
	display:inline;
	color: #333333;
	font-weight:normal;
}

h5 {
	font-size:12px;
	display:inline;
	color: #333333;
	font-weight:normal;
}

h6 {
	font-size: 11px;
	display:inline;
	color:#999999;
	font-weight:normal;
	text-align: justified;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}