 body {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color: #333333;
	background: #222222;
	text-decoration: none;
	background-color: #444444;
}
			
 p {
	 font-size: 12px;
	 color: #333333;
	 text-decoration: none; 
 }	
 		
 td {
	 font-size: 12px;
	 color: #333333;
	 text-decoration: none;
 }	
 		
 .link:link {
	 font-size: 11px;
	 color: #FFFFFF;
	 text-decoration: none;
 }	
 		
 .link:active {
	 font-size: 11px;
	 color: #FFFFFF;
	 text-decoration: none;
 }	
 		
 .link:visited {
	 font-size: 11px;
	 color: #CCCCCC;
	 text-decoration: none;
 }	
 		
 .link:hover {
	 font-size: 11px;
	 color: #888888;
	 text-decoration: none;
 }	
 		
 .tlink:link {
	 font-size: 12px;
	 color: #FFFFFF;
	 text-decoration: none;
 }
 			
 .tlink:active {
	 font-size: 12px;
	 color: #FFFFFF;
	 text-decoration: none;
 }
 			
 .tlink:visited {
	 font-size: 12px;
	 color: #CCCCCC;
	 text-decoration: none;
 }
 			
 .tlink:hover {
	 font-size: 12px;
	 color: #888888;
	 text-decoration: none;
 }	
 		
 .line {
	 font-size: 12px;
	 color: #FFFFFF;
	 text-decoration: none;
 }	
 		
 .line2 {
	 font-size: 12px;
	 color: #333333;
	 background: #666666;
	 text-decoration: none;
 }
 			
 .code {
	 font-size: 12px;
	 color: #333333;
	 background: #CCCCCC;
	 text-decoration: none;
 }	
 		
 input {
	 background: #DDDDDD;
	 font-size: 12px;
	 color: #000000;
	 text-decoration: none;
	 border: 1px solid;
 }
 
 textarea {
	 background: #DDDDDD;
	 font-size: 12px;
	 color: #000000;
	 text-decoration: none;
	 border: 1px solid;
 }
 
 body {
 	color: #222222;
 }
 
 td {
	 color: #CCCCCC;
 }
 
 th {
	 color: #0000FF;
 }
 
 a:link {
	 color: #FFFFFF;
 }
 
 a:visited {
	 color: #CCCCCC;
 }
 
 a:hover {
	 color: #666666;
 }
 
 a:active {
	 color: #FFFFFF;
 }
 
 /* Dynamic style stuff ;) */
 
 #contentLYR {
  position:absolute;
  width:200px;
  height:115px;
  z-index:1;
  left: 200px;
  top: 200px;
}

#logout {
	color: #FFFFFF;
}