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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 "helvetica", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; color: #555;
}

p {font-size: 13px; font-weight: normal; line-height: 1.6; margin: 5px 0px 5px 0px;}

td p {font-size: 12px; font-weight: normal; line-height: 1.3; margin: 5px 5px 5px 5px;}

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

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

h1,h2,h3 {}

h1 { font-size: 20px; font-weight: bold; line-height: 1.2; margin: 20px 0px 20px 0px; color: #418D9B;}
h2 { font-size: 17px; font-weight: bold; line-height: 1.4; margin: 5px 0px 5px 0px;}
h3 { font-size: 15px; font-weight: normal; line-height: 1.4; margin: 5px 0px 5px 0px;}
h4 { font-size: 13px; font-weight: bold; line-height: 1.6; margin: 5px 0px 5px 0px;}
h5 { font-size: 11px; font-weight: bold; line-height: 1.4; margin: 5px 0px 5px 0px;}
h6 { font-size: 10px; font-weight: normal; line-height: 1.4; margin: 5px 0px 5px 0px;}

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

ol {
	list-style: decimal;
    margin-left: 20px
}

ul {
	list-style: disc;
    margin: 0px 0px 0px 15px; padding: 5px 0px 5px 0px;
}

li {
	margin-left: 10px; padding-bottom: 5px;
}

td {border-top: 1px solid #fff;border-right: 1px solid #fff;}
pre {white-space: pre-wrap; border: 1px dashed #ccc; padding: 5px 10px 5px 10px; font-size: 12px;}