
html, body {
	  background-color:transparent;
  }
.editorWidth {
    padding-right:42px;
    overflow-y:scroll;
    }
      
a {
  color:#f1ae21;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }
  

body, p, td {
 font-family:verdana;
 font-size:11px;
 color:#a8a8a8;
}


h1 {
 font-family:Book Antiqua, Georgia, Times New Roman, Garamond;
 font-size:20px;
 color:#a8a8a8;
 font-weight:normal;
 margin-bottom:0px;
 margin-top:0px;
 }



hr {
 border:none;
 height:1px;
 border-bottom:1px solid #a8a8a8;
 overflow:hidden;
}

form {
	margin:0px;
	padding:0px;
	}
input, textarea, select {
	border-width:1px;
	font-family:verdana;
	font-size:10px;
	background-color:#e9e9e9;
}
input.radio {
	background-color:inherit;
}
input.submit {
	width:120px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#f1ae21;
	color:#272526;
	cursor:pointer;
}


div.outline {
	border:1px solid #4a4849;
	padding:12px;
	}

div.systemMessage {
	border:1px solid #181617;
    background-color:#e8e8e8;
    color:#181617;
    padding:8px;
    }
 


@media print {
	body {
		visibility:hidden;
	}
	.mmenu {
		display:none;
	}
	div.content {
		position:absolute;
		visibility:visible;
		left:0px;
		top:0px;
		padding:0px;
		margin:0px;
        color:#000000;
	}
	/*
	div#content * {
		color:#000000;
	}*/
}
