/* ///////////////////  */
/* / Print Styles    /  */
/* ///////////////////  */


html,body {
	font-family: "trebuchet ms","lucida grande",helvetica,arial,sans-serif;
	background-color: #fff;
	color: #000;
}
a {
	background: transparent;
	text-decoration: underline;
	color: #06c
}
a:hover {
	background: transparent;
	text-decoration: none;
	color: #f00
}
div#mainpage {
	background: transparent;
	padding: 6px 15px 20px 35px;
	margin-top: -25px;
	line-height: 1.8em;
	color: #000;
	left: 0px;
	top: 0px;
}
html>body div#mainpage {margin:0;padding-top: 0}
div#mainpage #content {
	line-height: 1.8em;
	font-size: 10pt;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

hr.hide {
	display: block;
}
h3 {  /*  For Main Headers */
	background: transparent;
	font-family: "trebuchet ms","lucida grande",helvetica,arial,sans-serif;
	font-size: 20px;
	color: #858585
}
hr {  /* Used for divisions or sectioning */
	border-top: 1px solid #000;
	border-bottom: 1px solid #5C6B7D;
	height: 2px;
	margin: 5px 0;
	overflow: hidden;
}
code, pre {   /*  Use if you want to display Codeor highlighted copy */
     font-family: Courier, "Courier New", "Times New Roman", serif; 
     line-height: 1.3em; 
     color: #930;
     margin: 10px 0;
}
code.block {  /*  Make a block-level element */
	display: block;
	padding: 15px 0 15px 20px;
}
code {
	margin: 0 0.2em;
}
pre {  /* Padding/Margin */
	padding: 15px 0 15px 20px;
	margin: 0;
	display: block
}
ul {
	padding: 0
}
html>body ul {margin-left: 20px}
ul li {
	line-height: 1.5em;
	padding-bottom: 6px;
}

blockquote {
	border-left: 1px solid #f30;
	padding-left: 12px;
}



/* Form Elements */
fieldset legend {
	background: transparent;
	padding: 0 15px;
	font-weight: bold;
	color: #f30
}
fieldset p {
	padding: 10px 20px;
}
form {
	margin: 0;
}
form label {
	font-weight: bold;
}
textarea {
	line-height: 1.6em;
/*	scrollbar-face-color: #D8DBDF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #C1C6CC;
	scrollbar-3dlight-color: #ABB1B3;
	scrollbar-arrow-color: #7F8996;
	scrollbar-track-color: #F8FAF9;
	scrollbar-darkshadow-color: #ABB1B3;   */
}
.btn, button {
/*
	background-color: #313B45;
	border-top: 1px solid #5D6873;
	border-left: 1px solid #5D6873;
	border-right: 1px solid #1B2229;
	border-bottom: 1px solid #1B2229;    */
	padding: 3px 12px;
	color: #fff
}

