.bigImage {	
	width: 258px;
	margin: 40px;
}

body {
	background-color: #20129F;
	background-image: url("background.bmp");
	background-attachment: fixed;
}

* {
	image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.filteredImage {
	image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, p {
	display: inline-block;
}

.mediumMargin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.smallMargin {
	margin: 10px;
}

.bigImage23 {
	width: 92px;
}

.paperPiece {
	background-image: url("whitebg.bmp");
	border-width: medium;
	border-color: #000000;
	border-style: dashed;
}

@media screen and (min-width: 1400px) {
   .paperPiece {
      width: 45%;
   }
}

@media screen and (min-width: 840px) and (max-width: 1400px) {
   .paperPiece {
      width: 75%;
   }
}

@media screen and (max-width: 450px) {
   .paperPiece {
      width: 90%;
   }
}

.noBottomMargin {
	margin-bottom: 0px;
}

.noBottomBorder {
	border-bottom-style: none;
}

.mediumSidePadding p {
	padding-left: 40px;
	padding-right: 40px;
}

.bigImage128 {
	width: 256px;
}

p {
	text-align: justify;
}

.dottedBorder {
	border-width: 15px;
	border-color: #000000;
	border-style: groove;
}

.linksList {
	max-width: 10%;
	font-size: 35px;
	text-align: left;
}

.linkListMedium{
	font-size: 20px;
}

.blockHeader {
	display: block;
}

.percent75Image {
	max-width: 75%;
}

.forcePercent55Image {
	width: 55%;
}

.forcePercent75Image {
	width: 75%;
}

.forcePercent35Image {
	width: 35%;
}

.moddingTable {
	font-size: 40px;
	border-spacing: 5px;
}

.moddingTable td {
	border-width: 3px;
	border-color: #000000;
	border-style: groove;
}

ol {
	text-align: left;
}

.codeShowcase {
	background-image: url("news/2/styles/blackbg.bmp");
	margin-left: 10%;
	margin-right: 10%;
	color: #00FF00;
	background-attachment: fixed;
	padding: 2%;
	border-radius: 10px;
	border-style: groove;
	border-width: 5px;
}

.codeShowcase ol li {
	margin-top: 6px;
	margin-bottom: 6px;
}

iframe {
	max-width: 75%;
}

.leftLeaningList {
	text-align: left;
}

.navigationPaneButton {
	margin: 10px;
	display: inline-block;
}

.blackBg {
	background-image: url("news/2/styles/blackbg.bmp");
	background-attachment: fixed;
}

.bigTable tr td, .bigTable tr th {
	border-style: groove;	
	padding: 5px;
	empty-cells: hide;
}

.bigTable {
	border: 0;
	border-collapse: collapse;
	width: 90%;
	empty-cells: hide;
}

.bigTable tr {
	height: 20px;
}

.red {
	color: #FF0000;
}

.tableImage {
	display: block;
}

td img {
	width: 100%;
}

td:empty, th:empty {
	border: 0;
	background-image: url("whitebg.bmp");
}