/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color:#333;
	font:13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 0px;
}

p,
dl,
ol,
pre,
/* this messes with the asp.net menu control
table,
*/
address,
fieldset {
	margin-bottom: 10px;
}


hr{
	margin:5px 0px 5px 0px;
}

h1{
	font:22px Times New Roman;
	margin-bottom: 10px;
	width:100%;
}

h2{
	color:#014268;
	font:17px Times New Roman;
	margin-bottom: 10px;
	width:100%;
}
