/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 110%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2, h3, h4, h5, h6 {
font-size: 120%;
text-transform:uppercase;
font-weight: bold;
font-family:inherit;
text-align:left;
display:inline;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin-left:25px;
}

ul {
	list-style:disc;
	margin-left:25px;
}

.menu_ul {
	list-style: none;
	background-color: #dbdbdb;
	margin-top: 4px;
	margin-left: 0px;
}

.menu_li {
	margin-top: 4px;
	margin-left: 0px;
	background-color:#88b9e0;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 90%;
}

dl,
hr,
pre,
address,
fieldset {
	margin-bottom: 0px;
	font-size: 80%;
}