		html, body {margin: 5px;
			margin-bottom: 40px;
			padding: 0px;
			color: black;
			background: #ccf}
			
p {
  font: 0.8em/1.5em Arial, helvetica, sans-serif;
  text-align: justify
}
				
		
		h1 {font: 900 1.2em "courier New", monospace}
		
		h2 {font: 900 1.1em "courier New", monospace}
		
		h3 {font: 900 1.0em "courier New", monospace}
		
		h4 {font: 900 0.9em "courier New", monospace}
		
		li {font: 0.7em/1.5em arial,  helvetica, sans-serif}
		li li {font: 0.7em/1.5em arial,  helvetica, sans-serif}
		
		a {text-decoration: none; border-bottom: 1px dotted #373}
		
a:link {background: transparent; color: #03c}
		
a:visited {background: transparent; color: #373}
	
a:hover {
	background: #373; 
	color: black
}

.formula{
	background: #fff; 
	width:80%;
	position:relative;
	left:+10%;
}

.pictureText{
  font-weight: bold;
  font-size: 80%;
}

.tableText{
  font-weight: bold;
  font-size: 80%;
}

.pictureRight{
  float: right;
  margin-left:20px;
}

.pictureLeft{
  float: left;
  margin-right:20px;
}

.pictureCenter{
}

.pictureDescription{
  text-align: center;
  font-weight: bold;
}

.floatClear
{
        clear: both;
        margin:0px;
}

.code {
  font-family: monospace;
  font-size: 100%;
  margin-left:25px;
  margin-right:20px;
  border: 1px solid #039;
  border-left: 10px solid #039;
  background: #fc9;
  width: 80%;
  overflow:auto
}


.codeHTML {
  font-family: monospace;
  font-size: 100%;
  margin-left:25px;
  margin-right:20px;
  border: 1px solid #039;
  border-left: 10px solid #039;
  background: #fc9;
  width: 80%;
  overflow:auto
}


.vbcode {
  font-family: monospace;
  font-size: 100%;
  margin-left:25px;
  margin-right:20px;
  border: 1px solid #039;
  border-left: 10px solid #039;
  background: #fff;
  width: 80%;
}


.invalidText{
  text-decoration: line-through;
}


.table{
	font: 2.1em arial,  helvetica, sans-serif
	valign: top;
	align: left;
}

.col_1 {
	width: 100px;
}
		
.table {
	font: 1.1em arial,  helvetica, sans-serif
}
		
.codebox {
  background: #fff;
  border: 3px solid #222;
  padding:10px;
}

.shadowbox {
  margin: 40px auto 0 auto;  
  background: #039;
  width:90%;
  min-width:450px;
  max-width:800px;
}

			
		.shadowboxfloat, .shadowboxfloat2 {margin: 4px 0px 0px 5px;
			background: #03c;
			width: 50%; 
			position: relative; /*IE needs this to show float properly*/
			float: right;}
			
		.shadowboxfloat2 {
			width: 160px;
			margin-left:30px;
			border-right: 0px solid #eee}
			
		.shadowcontent, .shadowcontent2 {position: relative;
			padding: 10px; 
			top: -5px; /* these two define the shadow 'offset'*/
			left: -5px; /*...*/
			background: #ffc;
			color: black;
			border: 1px solid #2E595C;}	
		
		.shadowcontent2{
			width: 140px;
			background: #ffc;
			padding-top: 0px;
			padding-bottom: 0px;
		}

		.maincontent{
		    margin-left: 10px;
		    width: -1px;
		}
		
		.headerLinks {
			text-align: center;
			border: 1px solid #222;
			background: #f90;
			margin-bottom: 5px;
			}

		
		.languageLinks {
			background: #ffc;
			}

		.footer {
			border: 1px solid #222;
			background: #ffc;
			margin-top: 5px;
			}

		.languageLinks p {
			text-align: right;
			}

		.footer p {
			text-align: center;
			}

		
		#pnglinks {border: 1px solid #2E595C;
			background: #000;}

.linkBlock{
	list-style-type:none;
	list-style-position:outside ;
	position:relative;
	left:-50px;
	text-align:left;
	width:154px;
	padding: 0px; 
	text-align:center; 
	margin:2px; 
	border:1px solid #555; 
	background: #f90;
}

.nolinkBlock{
	list-style-type:none;
	list-style-position:outside ;
	position:relative;
	left:-50px;
	text-align:left;
	width:154px;
	padding: 0px; 
	text-align:center; 
	margin:2px; 
	border:1px solid #555; 
	background: #ffc;
    color: black;	
}


			
		.extern a {
			margin:2px; 
			content: " * Link " attr(href) "* ";
		}

		*.extern:before {
			content: "↗";
		}
		*.intern:before {
			content: "↔";
		}
		.printFooter {
			display:none;
			}
		
	
.button{
  border:0px;
}

.adSenseRight{
  border:1px solid;
  width:120px;
  height:600px;
  float:left;
  margin-left:0px;
  margin-right:10px
}

.adSenseLeft{
  border:1px solid;
  width:120px;
  height:600px;
}

.adSenseBootom{
  border:1px solid;
  width:468px;
  height:60px;"
 }



