/* Gobal Reset */    
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	margin-left:25px;
	overflow:hidden;
}

p {
	line-height: 1.3;
	margin-bottom: 8px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #034285;
	margin: 10px 0;
}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

img {
margin-top:15px;
}

.left {
float:left;
height:25px;
line-height:25px;
}

.right {
float:right;
height:25px;
line-height:25px;
}

.clear {
clear:both;
}

.more-close, .print {cursor:pointer;
}

/* Page Breadcrumbs */
.Nav {
	font-size: 0.9em;
	padding-bottom: 4px;
	color: #075899;
	border-bottom: 1px solid #DCDFE2;
	margin-bottom: 20px;
}

.Nav .PrevLink { position: absolute; left: 8px; }
.Nav .NextLink { position: absolute; right: 8px; }
.Nav .ImageCount { font-weight: bold; }

.prev {display:none;}
.next {display:none;}
