body {
	margin: 0px;
	background-color: #641D14;
}

.page {
	font-family: Arial, Helvetica, Tahoma, san serif;
	font-size: 12pt;
	color: black;
	margin: 9px;
	max-width: 1000px;
	background-color: #C0C0FF;
}

.pageInterior {
	padding: 5px;
}

.noBorder {
	padding: 0px;
	margin: 0px;
}
.borderTop {
	width: 100%;
	background: url(images/mainBorder-tr.png) no-repeat top right;
	padding: 0px;
	margin: 0px;
}
.borderBottom {
	width: 100%;
	background: url(images/mainBorder-br.png) no-repeat bottom right;
}

.pageContent {
	margin-left: 5em;
	margin-top: 2em;
}
.popupContent {
	margin-left: 1em;
	margin-top: 1.5em;
}


/* --------  Above is page control ----- */

a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #641D14;
	color: #C0C0FF;
	text-decoration: none;
}

.noteSmall {
	font-size: 77%;
	color: red;
	font-style: italic;
	margin-bottom: 1em;
}

#bottomInfo {
	bottom: 3em;
}
#bottomLinks {
	font-size: 8pt;
	color: #641D14;
	text-align: center;
	position: relative;
	left: 30%;
	width: 40%;
	height: 1.5em;
}
#bottomLinks ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
}
#bottomLinks a {
	color: #641D14;
}
#copyrightNotice {
	font-size: 8pt;
	color: #641D14;
	text-align: center;
	margin-top: 1em;
}


.pciDataTable {
	border-width: 2px;
	border-style: outset;
	border-color: black;
	width: 90%;
	margin: 3px;
	padding: 2px;
}

.pciDataTable th, .pciDataTable td {
	border-width: 2px;
	border-style: inset;
	margin: 4px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.pciDataTable td.leftText {
	text-align: left;
}

.pciSAQType {
	border-width: 3px;
	border-style: outset;
	border-color: blue;
	width: 50%;
	left: auto;
	text-align: center;
	margin: 2em;
	padding: 1em;
}
#pciType0 {
	display: block;
}
#pciTypeA {
	display: none;
}
#pciTypeB {
	display: none;
}
#pciTypeC {
	display: none;
}
#pciTypeD {
	display: none;
}
.termLink {
	text-decoration: underline;
	font-style: italic;
	color: #660000;
}
.term {
	margin-bottom: 2em;
}
.pciTerm {
	font-weight: bold;
}
.pciDefinition {
	margin-left: 2em;
}



.mmogList {
	margin-bottom: 1em;
	}
a.mmogSite:link, a.mmogSite:visited, a.mmogPageTitle:link, a.mmogPageTitle:visited, a.mmogUrl:link, a.mmogUrl:visited {
	color: #641D14;
	text-decoration: none;
	}
a.mmogSite:active, a.mmogSite:hover, a.mmogPageTitle:active, a.mmogPageTitle:hover, a.mmogUrl:active, a.mmogUrl:hover {
	color: blue;
	text-decoration: underline;
	}

.mmogSite {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	}
.mmogPageTitle {
	font-weight: bold;
	}
.mmogUrl {
	font-size: 91%;
	color: gray;
	}
.mmogDescription {
	}



@media print {
body {
	background-color: white;
}

.page {
	color: black;
	margin: 9px;
	max-width: 1000px;
	background-color: white;
}
#bottomLinks {
	width: 100%;
}
.borderTop {
	background: url(images/transparent.png) no-repeat top right;
}
.borderBottom {
	width: 100%;
	background: url(images/transparent.png) no-repeat bottom right;
}
	}

