/* CSS Document */

/**  {
  border:1px dotted red;
}*/
	
.header {
	background:url('artwork/mheader.gif') no-repeat bottom center;
	text-align:center;
	width: 850px;
	height: 120px;
	margin: 0;
	}
	
.body {
	background: url('artwork/mheader.gif') repeat-y top center;
	width: 850px;
	min-height:550px;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.150em;
	}
.body table {
	padding: 30px;
	}

.body :link, .body :visited {
	color:#FF6600;
	text-decoration: none;
	}

.body img {
	border: none;
	margin: 0em 0.85em 1.0em 1.0em;
	}

.body h2 {
	font-size: 1.25em;
	border-bottom: medium ridge #489EDD;
	/*margin-top: -1.0em;*/
	width: 315px;
	}

.body h3 {
	font-size: 1.25em;
	border-bottom: medium ridge #489EDD;
	width: 70px;
	}

.body h4 {
	font-size: 1.00em;
	}

.body h5 {
    color: #FF9900;
	font-weight:normal;
	font-size: 1.00em;
	}

.body h5 :link, .body h5 :visited {
	color: #489EDD;
	}

.body ol {
	list-style-type:arabic-numerals;
	list-style-position:outside;
	}

.footer {
	background: url('artwork/footer.gif') no-repeat top center;
	width: 850px;
	height: 60px;
	margin: 0;
	}

.floatRight {
	float:right;
	margin: 0 1.0em 1.0em 1.0em;
	}

.floatLeft {
	float: left;
	margin: 0 1.0em 1.0em 1.0em;
	}

.caption {
	font-size: 0.75em;
	margin: 0em 1.0em 1.0em 1.0em;
	}	

.mediaCentering {
	text-align:center;
	}

.arrows {
	width:25px;
	height:30px;
	}

.previous {
	width: 400px;
	text-align: left;
	vertical-align:top;
	}

.next {
	width: 400px;
	text-align: right;
	vertical-align:top;
	}
