body {
   	padding: 0px;
   	color: #72827B;
   	font-family: Arial, Verdana, Tahoma, Serif;
  	font-weight: normal;
   	font-size: 11px;
   	background-color: #3E5E64;
   	margin-top: 10px;
   	margin-bottom: 10px;
   	margin-right: auto;
   	margin-left: auto;
   	text-align: left; }

a:link, a:visited, a:active {
    	text-decoration: none; 
    	color:#5A6661;
    	font-weight: bold;
    	background-color: transparent; }

a:hover {
    	text-decoration: none;
    	color:#72827B;
    	font-weight: bold;}

img {
	border-left-color: #E1E6E8;
	border-bottom-color: #E1E6E8;
	border-top-color: #E1E6E8;
	border-right-color: #E1E6E8; }

.nav {
	font-family: Tahoma;
	letter-spacing: 1.2px;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase; } 
	
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration:none; 
    color:#5A6661;
    font-weight:bold;
    background: transparent;
}
.nav a:hover {
    text-decoration:none;
    color:#72827B;
    font-weight:bold;
    background: transparent;
}	


.layout {
  	background-color: #35525A;
    	color: #72827B;
    	width: 532px;
    	padding: 0px;
	text-align: center;
	border-left: 1px solid #50757A;
	border-right: 1px solid #50757A;
	border-top: 1px solid #50757A;
	border-bottom: 1px solid #50757A;
	margin-right: auto;
   	margin-left: auto;
    text-align: center; }

.main {
     	background-color: transparent;
     	color: #72827B;
     	font-family: Tahoma, Arial, Verdana, Serif;
     	font-weight: normal;
     	font-size: 11px;
     	text-align: justify;
     	padding: 0px;
     	border: 0px;
	width: 98%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
     	margin-left: auto;
	position: relative;
	top: -1px; }

.headers {
     	background-color: transparent;
     	font-weight: bold;
	font-size: 11px;
     	color: #5A6661;
    	font-family: Arial, Tahoma, Verdana, Serif;
	text-transform: uppercase;
	letter-spacing: 2px; 
	border-bottom: 1px solid #50757A; }

.codes {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px; }

.codeblock {
    	background-color: transparent;
    	text-align: left; }

ul {
   	list-style-type: square; }

textarea, input, select {
     	font-family: Tahoma, Arial, Verdana, Serif;
   	font-size: 11px;
   	font-weight:normal;
   	color: #72827B;
   	background-color: #35525A;
   	border: 1px solid #50757A;
   	padding: 1px; }
