body {
   	padding: 0px;
   	color: #000000;
   	font-family: Arial, Verdana, Tahoma, Serif;
  	font-weight: normal;
   	font-size: 12px;
   	background-color: #000000;
   	margin-top: 10px;
   	margin-bottom: 10px;
   	margin-right: auto;
   	margin-left: auto;
   	text-align: center; }

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

a:hover {
    	text-decoration: none;
    	color:#DCC5AE;
    	font-weight: bold;
	text-decoration: underline;
    	background-color: transparent; }

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

.navigation {
	font-family: Tahoma;
	letter-spacing: 1.2px;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase; } 

.layout {
    	background-color: #FFFFFF;
    	color: #FFFFFF;
    	width: 489px;
    	padding: 0px;
	text-align: justify;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-right: auto;
   	margin-left: auto;
     	text-align: center; }

.main {
     	background-color: transparent;
     	color: #C2C4B7;
     	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: #BBB9AA;
    	font-family: Arial, Tahoma, Verdana, Serif;
	text-transform: uppercase;
	letter-spacing: 2px; 
	border-bottom: 1px solid #000000; }

.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: #000000;
   	background-color: #FCF9E6;
   	border: 1px solid #000000;
   	padding: 1px; }


