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

	Licensed under GPL and MIT.
*/

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

body {
	font: 12px;
	line-height: 20px;
	font-family: sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

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

h1 {
	font-size: 20px;
	line-height: 40px;
	color: #87019E;
	font-family: sans-serif;
}

h2 {
	font-size: 17px;
	line-height: 20px;
	color: #87019E;
	font-family: sans-serif;
}

h3  {
	font-size: 15px;
	line-height:20px;
	color: #87019E;
	font-family: sans-serif;
}

h4 {
	font-size: 14px;
	line-height:20px;
	color: #87019E;
	font-family: sans-serif;
}

h5 {
	font-size: 12px;
	line-height:20px;
	color: #87019E;
	font-family: sans-serif;
}

h6 {
	font-size: 10px;
	line-height:20px;
	color: #87019E;
	font-weight: normal;
	font-family: sans-serif;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
}

li.margin_left_30 {
	margin-left: 30px;
}

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

img {
	padding: 0;
}

td {
	font: 12px/1.5 Arial, sans-serif;
	line-height: 20px;
}

p {
	font: 12px Arial, sans-serif;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.margin {
	font: 12px Arial, sans-serif;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.marginLR {
	font: 12px Arial, sans-serif;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.height_15{
	font: 15px Tahoma, sans-serif;
	line-height: 20px;
}
li.listdance {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 12px;
}
