a:link {
	color: #042E9C;
}

a:visited {
	color: #6583d2;
}

a:hover {
	color: #000000;
}

body {
	background-color: #10233e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.bottom { 
	height: 10px;
	background-image: url(../images/pd_bottom.jpg);
	background-repeat: no-repeat; 
}

.bottomImg {
	vertical-align: bottom;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 28px;
	padding-bottom: 15px;
}

.contentWrapper { 
	background-color: #FFF;
}

.credit {
	font-size: 11px;
	padding-top: 12px;
	border-top: 1px dotted #CCC;
	color: #666;
}

.focusText {
	padding-left: 129px;
	padding-top: 106px;
	color: #FFF;	
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	color: #FFF;
}

.footer a {
	color: #FFF;
}

h1 {
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

h2 {
	font-size:18px;
	margin-bottom: 20px;
	color: #690;
	text-transform: uppercase;
}

h3 {
	font-size:14px;
	margin-bottom: 6px;
	font-weight: bold;
}

ul, ol {
	margin-left: 35px;
	margin-bottom: 20px;
}

p {
	line-height: 16px;
	padding-bottom: 18px;
}

li {
	line-height: 16px;
}

.downloadDocument {
	width: 100px;
}

.icon {
	width: 25px;
	text-align: center;
}

.leftMenu {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
}
strong {
	font-weight: bold;
}

.tocHeader td {
	background-color: #666;
	height: 16px;
	width: 250px;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}
.tocHeaderText {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.tocTable td {
	padding: 10px;
	border: 5px;
	border-color: #666;
}
.tocNumber {
	font-size: 12px;
	vertical-align: top;
}
.tocText {
	font-size: 12px;
	text-align: left;
}
.tocText a {
	line-height: 14px;
	display: block;
}
.tocText a:link {
	color: #080A55;
	text-decoration: none;
}
.tocText a:visited {
	color: #080A55;
	text-decoration: none;
}
.tocText a:hover {
	text-decoration: underline;
}
.tocText a span {
	color: #333;
}
.tocActiveRow td {
	background-color: #F0F0F0;
}
.tocInactiveRow td {
	background-color: #FFF;
}

.wrapper { 
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}


.downloadButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:53px;
	line-height:53px;
	width: auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
	padding-left: 15px;
	padding-right: 15px;
}
.downloadButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.downloadButton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

.thumbnailPreviewTable {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnailCell img {
	border: 1px solid #999;
}

.thumbnailPreviewWrapper {
	margin-bottom: 25px;
}