html {height: 100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#content {
	padding-left: 12px;
	text-align: justify;
	color: #333333;
	/*line-height: 17px;*/
}
.main_content { padding-top: 15px; padding-bottom: 10px; padding-right: 10px;}
#left-block {
	background: url('/images/russ/bgblock.gif');
	border: #CCCCCC 1px solid;
	margin: 10px;
	width: 95%;
	height: 200px;
}
#header {
	border-bottom: 5px solid #999999;
}
h1 {
	color: #999999; 
	font-weight: bold; 
	font-size: 18px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana, Sans Serif;
/*	padding-top: 10px; */
	margin: 5px;
	font-style: italic; 
}
h2 {
	color: #333333; 
	font-weight: bold; 
	font-size: 16px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Verdana, Sans Serif;
	margin: 5px;
	font-style: italic; 
}
.hline {background-image: url('/images/russ/hline.gif'); background-repeat: repeat-x; background-position: bottom;}
.green {height: 2px; background-color: #666666;}

.for-print {
	float: right;
	clear: both;
	padding: 6px 0 6px 30px;
	background: url(/myupload/for_print.gif) no-repeat left center
}
#footer {
	border-top: 5px solid #999999;
}
.mcurve {
	padding-top: 5px;
}
.m {
	border: 0 none;
	cursor: Pointer;
}
.logo {
	border: 0 none;
	/*padding-right: 20%;*/
	padding-left: 5%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.red {color: #FF3300;}
.abc {
	background: url(/images/russ/bghead.gif);
	color: #974E17;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: #CCCCCC 1px solid;
	padding: 3px;
	margin-right: 3px;
	float: left;
}
#textspacer {
	padding: 3px;
	width: 99%;
	height: 12px;
}
#search { padding: 5px;}
#search_place {border: #6d6969 1px solid; padding: 2px; color: #575757; font-size: 11px; width: 150px; height: 12px; text-align: left;}
#search_button {width: 60px; height: 18px; padding: 2px; vertical-align: bottom; background: url('/images/russ/search.gif)'; vertical-align: bottom;}
.navibar{color: #666666; height: 20px;}
.bottomnav, a.bottomnav:link, a.bottomnav:visited {color: #666666; text-decoration: none;}
a.bottomnav:hover {color: #000000; text-decoration: none;}
.black {font-size: 10px; color: #333333;
}
input {border: #6d6969 1px solid; padding: 2px; color: #575757; font-size: 11px; width: 150px; height: 12px; text-align: left;}



    #replacement-1 {
      width: 60px;
      height: 18px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent url(/images/russ/search.gif) no-repeat top left;
      text-indent: -1000em;
      vertical-align: middle;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
    }

    #replacement-2 {
      width: 60px;
      height: 18px;
      padding: 55px 0 0;
      margin: 0;
      border: 0;
      background: transparent url(/images/russ/search.gif) no-repeat top left;
      overflow: hidden;
      vertical-align: middle;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
    }

    form>#replacement-2 { /* For non-IE browsers*/
      height: 0px;
    }

    /* The code below here is not a part of the CSS replacement */
    form { margin: 10px 0px 20px; }
    input { vertical-align: middle; }
	
