.heading {
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 130%;
	color: #cf1e2f;
	padding-top: 0;
	padding-bottom: 20;
	font-weight: 600;
}

.leftcolumn {
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 105%;
	color: #cf1e2f;
	padding-top: 0;
	padding-bottom: 10;
	padding-left: 25;
	padding-right: 15;
	text-align: left;
	width: 200px;
	font-weight:600;
}

.tableofcontents {
	font-family:"Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;
	font-size: 85%;
    font-weight: 300;
	padding-top: 0;
	line-height: 130%;
}

.microheading {
	font-family:"Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;
	font-size: 95%;
	color:#2d2d2d;
	padding-top: 10;
	padding-bottom: 0;
	font-weight: 500;
}

.imagecaption {
	font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;
	font-style: oblique;
	font-size: 85%;
	color:#000000;
	line-height: 130%;
	font-weight:300;
	padding-bottom: 0;
	
}

.normal {
	font-family:"Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;
	font-size: 85%;
	color:#000000;
	padding-top: 3;
	padding-bottom: 0;
	font-weight: 300;
	line-height: 130%;
}

.listcontent {
	font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", sans-serif;
	font-size: 85%;
	padding-top: 5;
	font-weight: 300;
}


.screenshotwithborder {
	border: thin solid #000;
}





a:link {
	COLOR:#282467;
	text-decoration: none;
	font-weight: 400;
}

a:visited {
	COLOR:#282467;
	text-decoration: none;
	font-weight: 400;
}

a:active {
	COLOR: #cf1e2f;
	text-decoration: none;
}

a:hover {
	COLOR:#cf1e2f;
	text-decoration: underline;
}

table#standardtable {
	background-color: #FFFFFF;
	border: none;
	width: 790px;
}

table#standardtable td {
	padding: 3px;
	border: none;
	padding-bottom: 12px;
}


hr {
  border: 1px;
  width: 100%;
  height: 1px;
  color: #000;
  background-color: #000;
}
