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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	overflow: auto;
}

/*a:focus {
	outline: 1px dotted invert;
}*/

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

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

h1 {
	font: 19px arial, helvetica, sans-serif;
	font-size: 18px;
	color: #F15A22;
}

h2 {
	color: #008EBD;
	font: 16px arial, helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 11px;
	font-weight: normal;
}

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

/*ol {
	list-style: decimal;
}*/

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

/*p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px; /* default was 20 */
/*}*/

a:link { color: black; font-weight: bold;}
	a:visited { color: black;  font-weight: bold;}
	
	a:hover, a:active
	{
		color: #F15A22;
		font-weight: bold;
	}
	
.center
	{
		text-align: center;
	}