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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.contact_form {
	font-size: 9px;
}

a:focus {
	outline: 1px dotted invert;
}

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

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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 10px;
	color: #333333;
}

h4 {
	font-size: 1.3em;
	margin-top: .4em;
	color: #c73737;	
}


h5 {
	font-size: 10px;
	color: #818181;
	text-align: center;
}

h6 {
  font: normal normal bold 12px/14px Verdana;
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #333333;
  border: 0px none #000000;
  background-color: Transparent;
  padding-top: .4em;
  text-align: center;
}


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

ol {
	list-style: decimal;
}

ul {
	list-style-type: none;
}

.supporters {
	color:#555555;
	font-size:11px;
	padding-left:.4em;
}

h4,
h6 {
	margin-bottom: .4em;
}

p,
dl,
hr,
h1,
h2,
h5,
ol,
/* ul, */
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.label {
	font-size:9px;
	margin-right:.5em;	
	margin-left:5em; 
	display:inline;
}

.label li {
	display:inline;
	margin-left:.6em;
	word-spacing:.5em;
}


.spacer {
	background-color: #c73737;
	height: 1em; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.headline {
	background-color: #c73737;
	height: 3em;
	text-align: center;
	color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content_spacer {
/*	background-color: #c73737;
	height: .2em;
*/
	border-bottom-style:solid;
	border-color: #c73737;
	border-width: .2em;
	
}
.form {
	font-size:11px
}
.default_text{
	color:#818181
}
.center_block{
	display:block; 
	margin-right:auto; 
	margin-left:auto;
}