/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial,Helventica,sans-serif;
	
}


a{color:#802327;text-decoration:none;font-weight:bold;}
hr {
	border: 0 #eee solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

/*Typography*/
h1,h2,h3,h4,h5,h6{}
h1 {font-size: 26px;letter-spacing:-1px; margin:0 0 10px 0;}
h2 {font-size: 19px;letter-spacing:-.5px;margin:3px 0 8px 0;}
h3{font-size: 14px;margin:5px 0;padding:2px 0;text-transform:uppercase;line-height:20px;color:#383D44;}
h4{font-size: 14px;margin:5px 0; }
h4 span{text-transform:uppercase;color:#FF000B;}
h5{font-size: 13px;margin:5px 0; }
h6{font-size:12px;margin:5px 0;}

p{margin:10px 0;color:#383D44;}
small{font-size:11px; }
.firstH{margin-top:0;}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
	margin-left:20px;
	

}
#content ul {list-style-position: inside;}

.module li {padding:2px 0 2px 12px;list-style:none;

background-image: url(../images/bullet.png);
background-repeat: no-repeat;
background-position: 0 8px;
}

dl,
hr,
ol,
ul,
pre,
address,
fieldset {
	margin-bottom: 10px;
}
input,select{margin:5px 0;}
textarea{font-family:inherit;font-size:inherit;}
.error{padding:5px;background-color:#FF8F8F;display:block;border:solid 1px #8F1111;}
.confirm{padding:5px;background-color:#B3EFB3;display:block;border:solid 1px #008000;}




