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

	Licensed under GPL and MIT.
*/

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

#imgGroup a img{border:none; }

body {
	font-family:Gill Sans, myriad, Helvetica, sans-serif;
	color:#fcfcfc;
}

a:focus {
	outline: 1px dotted invert;
}
a:link, a:visited {
	text-decoration: none;
	color:#B9E5EF;
	border-bottom:1px dotted #B9E5EF;
}
a:hover{ border-bottom:none;
color:#B9E5EF;}


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

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



h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.35;
	color: #F9F5F4;
}

h2 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	padding-bottom: 3px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0px;
}

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



