/* Start of CMSMS style sheet 'text' */
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

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

body {
	font: 11px/1.5 Verdana,Helvetica, Arial, sans-serif;
}

.content a:focus {
	outline: 1px dotted;
}

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

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

.content h1 {
	font-size: 25px;
}

.content h2 {
	font-size: 14px;
}

.content  h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

.content h4 {
	font-size: 19px;
}

.content h5 {
	font-size: 17px;
}

.content h6 {
	font-size: 15px;
}

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

.content ol {
	list-style: decimal;
}

.content ul {
	list-style: disc;
}

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

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

/* End of 'text' */

