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;
}