	body, html {
		margin: 0; 
		text-align: left; 
		font-family: "Lucida Grande", verdana, helvetica, arial, "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS",sans,geneva,sans-serif; 
		font-size: 11px;
		color: #222;
	}

	body {
		 background-color: #efefef;
	}

	#left {
	    float: left;
	    width: 40%;
	}


	.txtbody,p,textarea,br,input,center,b  {
		font-size: 12px;
		color:#333; 
	}


	.row {
		background:#fcfcfc url('http://dokuments.com/img/header-bgs-down.png') repeat-x left bottom;
	}

	.fsn_active {
		text-decoration: none;
		cursor:pointer;
		background:#fcfcfc url('http://dokuments.com/img/header-bgs-up.png') repeat-x left bottom;
		line-height:23px;
		height: 22px;
		font-size: 12px;
		vertical-align: middle;
		background-color: #FFF;
		color: #000;
		border-left: 1px solid #efefef; 
		border-right: 1px solid #efefef; 
		border-bottom: 1px solid #FFF; 
	}
	
	.fsn_inactive {
		cursor:pointer;
		font-size: 12px;
		background:#fcfcfc url('http://dokuments.com/img/header-bgs-down.png') repeat-x left bottom;
		line-height:23px;
		height: 22px;
		border-left: 1px solid #CFCFC5; 
		border-right: 1px solid #efefef; 
		border-bottom: 1px solid #CFCFC5; 
		vertical-align: middle;
		color:#333;
	}

	.border {
		border-right: 1px solid #CFCFC5; 
		vertical-align: middle;
	}

	.border-bottom {
		border-bottom: 1px solid #CFCFC5; 
	}
	
	h1 { 
		margin:0; 
		font-weight:bold;
		font-size: 22px;
  		color:#333; 
		letter-spacing: -1px;
	}

	h2 { 
		margin:0; 
		font-weight:bold;
		font-size: 18px;
  		color:#333; 
		letter-spacing: -1px;
	}

	h3 { 
		margin:0; 
		font-weight:bold;
		font-size: 16px;
  		color:#333; 
		letter-spacing: -1px;
	}

	
	fieldset {
		border: 1px solid #CFCFC5; 
		padding: 1em;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}

	p, br, div, span, form, submit, input, textarea, td, li, ul, th, pre, iframe, select { 
		font-size: 11px;
	}
				
	table {
		border-collapse: collapse;
		border-color: #ddd;
		border: #ddd;
		border-width: 1px;
	}
	
	.highlight {
	   background-color: #909ea9;
	   color: #fff;
	}
	
	.active {
		background: #FCFCFC url(http://dokuments.com/img/header-bgs-down.png) repeat-x 0% 100%;
		border: 0px solid #CFCFC5; 
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		-webkit-transition: opacity 0.2s linear;
	}

	.none {
		-webkit-transition: opacity 0.2s linear;
	    opacity: 1;
	}
	

	.lite {
		color: #bbb; 
 	}

	.footer {
		text-decoration: none;
 		color: #efefef; 
 		background:#333333 url('http://appgenerator.com/img/grid2.png');
		height: 128px;
	}


	a {
		text-decoration: none;
		-webkit-transition: opacity 0.2s linear;
	    opacity: 1;
	    color: #333;
	}

	a:hover {
		color: #330000;
		-webkit-transition: opacity 0.2s linear;
	    opacity: .5;
	}


	.og {
		color: #efefef;
	}

