/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 11pt/1.5 Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 20px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {

}

h2 {
	font-size: 16pt;
	line-height: 1.2em;
	font-weight: normal;
	color: #DA0839;
}

h3 {
	font-size: 13pt;
	line-height: 1.2em;
	font-weight: normal;
}

h4 {
	padding-left: 0px;
	font-size: 9pt;
	font-weight: normal;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}
h4 a {
	border-style: none;
	color: #666666;
	text-decoration: underline;
}



h5 {

}

h6 {

}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}
a {
	color: #FF3300;
	text-decoration: none;
	border-bottom: 1px dashed #FF3300;
}
a img {
	border-style: none;
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {

}

