/* CSS Document */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}

h1, h2, h3 {
	color: #0066CC;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h2 span {
	font-weight: normal;
	font-size: 0.80em;
}

h3 {
	font-size: 1.0em;
}

li.magenta span {
	color: #000000;
}

/*	======================================================
	2-Column layout
	======================================================  */
/* position list chunks side by side */
ul.Columns2, div.Columns2 {
  float: left;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-left: 20px;
  margin-right: 10px;
  width: 190px;
}

ul.noBullets {
	list-style-type: none;
}

ul.noBullets li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* clear float after lists */
br.stopColumns {
  clear: both;
}

.magenta {
	color: #FF00FF;
}
