body{
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: #f4f4f4 url(images/backround.gif) top center repeat-y;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}


.box_right {

position:relative;

width:660px;

margin:0 0 5px 10px;

padding:0 10px 0 10px;

background:#F7F9F7;

color:#000000;

font-family:Arial, Helvetica, sans-serif;

font-size:1em;

}



.box_right p {

margin:5px 5px;

}



.box_cnr_top {

background:url(images/cnr_tr.gif) no-repeat top right;

margin:0 -10px 0 -10px;

}



.box_cnr_bottom {

background:url(images/cnr_br.gif) no-repeat top right;

margin:0 -10px 0 -10px;

}



img.cnr {

width:8px;

height:8px;

border:none;

display: block !important;

}

#leftsidebar {

background: #ffffff;

color: #303030;

margin: 0 auto;

width: 760px;

}

#header {
margin: 0 0 8px 0;
border: 0;
background: #f4f4f4 url(images/header.jpg) top center repeat-y;
height: 35px;
width: 760px;
}

#topmenu {
	clear: left;
	float: left;
	width: 150px;
	height: 84px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	background: #f4f4f4 url(images/topmenu.gif) top left no-repeat;
}



#menu {

clear: left;

float: left;

width: 150px;

margin: 0 0 0px 0;

padding: 0;

font-size: 0.9em;

}



#menu ul {	

list-style: none;

width: 680px;

margin: 0 0 10px 0;

padding: 0;

font-size: 1.1em;

}	



#menu li {

margin-bottom: 4px;

}



#menu li a {

font-weight: bold;

height: 20px;

text-decoration: none;

color: #86C32A;

display: block;

padding: 5px 0 0 8px;

background: #ffffff;

border-left: 5px solid #86C32A;

}


#content {
margin: 0 5px 20px 5px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {

font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0.5em 0;

}

#content img {

	padding: 0px;

	display:inline;

	border: thin none #CCCCCC;

	/*background-color: #FFFFFF;*/

}


.greenbox {

background-color: #F7F9F7;

border: 1px solid #94BD53;

color: inherit;

padding: 5px;

margin: 0px;

}


h3 {

font-size: 1.3em;

margin: 0 0 10px 0;

}



a {

text-decoration: none;

color: #3986f8;

}



a:hover {

text-decoration: underline;

color: #86C32A;

}




a img {

border: 0;

}

/*input {

border: 1px #999999 solid;

}*/

#footer {

clear: both;

margin: 0 auto;

padding: 10px 0 20px 0;

border-top: 3px solid #86C32A;

width: 760px;

text-align: center;

color: #86C32A;

font-size: 0.9em;

}



#footer a {

color: #86C32A;

text-decoration: none;


}



#footer a:hover {

text-decoration: underline;

color: #74A8F5;

}

.style3 {color: #666666}
.style5 {color: #FF9933}
.style7 {color: #3986f8}

.hide {
	display: none;
}


/* workarounds and hacks */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
OL.loweralpha { list-style-type: lower-alpha; }
OL.lowerroman { list-style-type: lower-roman; }
OL.upperalpha { list-style-type: upper-alpha; }

table.qhistorytable
  { 
     font-family:arial;
     font-size:9pt;
     border-style:solid;
     border-color:black;
     border-width:1px;
	 border-collapse: collapse;
  }

  th.qhistorytable
  {
     background-color:#808080;
     font-size:9pt;
	 font-weight: bold;
     color:white;
     text-align:center;
	 border: 1px solid #000;
  }

  th.qtb1
  {
	 color: #26500f; 
     background-color:#8dde61;
  }

  th.qtb2
  {
     color: #b1259c;
	 background-color:#fbd1f5;
  }

  th.qtb3
  {
	 color: #d55b12; 
     background-color:#f8d8a0;
  }
  
  th.qtb4
  {
	 color: #223d8c; 
     background-color:#e6f9ff;
  }
  
  th.qtb5
  {
	 color: #64590c; 
     background-color:#fbffd5;
  }
  
  th.qtb6
  {
	 color: #424040; 
     background-color:#d5d5d5;
  }

  tr.qhistorytable
  { 
  }

  td.qhistorytable
  {  
     font-size:9pt;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }

.submit input, input[type=button], input[type=submit], input[type=reset]{
	font: normal 12px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.submit input:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	color: #000;
	border-color: #666;
}

.submit input, input[type=button], input[type=submit], input[type=reset] {
	background: #f2f2f2 url(images/white-grad.png) repeat-x scroll left top;
}

.submit input:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
	background: #eee url(images/white-grad.png) repeat-x scroll left bottom;
}

input[type=submit][disabled=true] {
	color: #666666;
	background: #e0e0e0;
	border-color:  #e0e0e0;
	cursor: default;
}

input[type=submit][disabled=true]:hover {
	color: #464646;
	background: #e0e0e0;
	border-color:  #e0e0e0;
	cursor: default;
}

input[type=text], input[type=password] {
	margin-right: 2px;
	font-size: 12px;
	padding: 3px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 16px;
	vertical-align: middle;
	color: #444;
}

input[readonly=true] {
	margin-right: 2px;
	font-size: 12px;
	padding: 3px;
	background: #e0e0e0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 16px;
	vertical-align: middle;
	color: #444;
}

hr.main {
	border-top:1px dotted #999999;
	color:white;
	height:0;
	margin:5px 0 5px;
}

span.main {
	height:20px; 
	border: 0; 
	border-right:1px dotted #000;
	margin-left: 4px;
	margin-right: 7px;
}	


