@charset "utf-8";
/* CSS Document */
html { width: 100%; height: 100%; }
body {  width: 100%; height: 100%;
		margin: 0; padding: 0; 
		font: 90% Tahoma, sans-serif; background: #f5e5b5 url(../img/bodybg.jpg) no-repeat 0 0 }  
a { color:#035ab1 }
a:hover { color: #ff0000 }
cite { font: 100% Tahoma, sans-serif; font-style: italic }


img { border:0 }
table { font-size: 100%; border-collapse: collapse; }
table td { vertical-align: top }

h1, h2, h3, h6, img, table, td, th, p, form, div, input, ul, ol { padding:0; margin: 0; }
h1, h2, h3, h6 { clear: both }
h1 { color: #d72828; font: 20px Verdana, sans-serif; padding-bottom: .3em }
h2 { color: #0a730a; font: 18px Verdana, sans-serif; padding-bottom: .3em }
h3 { color: #d72828; font: bold 14px Verdana, sans-serif; padding-bottom: .5em; font-style: italic }

input { padding: 0 0 0 3px; font: 100% Tahoma, sans-serif }

ul { margin-bottom: 1em; clear: both  }
ul li { padding: 0 0 .4em 10px; font: 90% Tahoma, sans-serif; background: url(../img/marker-li.gif) no-repeat 0 .55em; list-style: none; list-style-type: none  }

ol { margin-left: 25px ; margin-bottom: 1em; clear: both }
ol li { font-size: 90%; line-height: 1em; padding-bottom: .4em  }

.rel { position: relative }

p { font: 90% Tahoma, sans-serif; padding-bottom: 1em }
blockquote { font: 90% Tahoma, sans-serif; padding: .6em 0 .7em 10px; margin: 0 0 1.5em 10px; border-left: 4px solid #ff7e00;
background: #fdf4d8 }

table.table { width: auto; font-size: 90%; margin-bottom: 20px; clear: both }
table.table th { color: #000; text-align: center; padding: .5em 15px; width: auto; border-bottom: 2px solid #ff7e00 } 
table.table td { padding: .5em 15px; border-bottom: 1px solid #c1c1c1; width: auto !important; text-align: center } 
table.table td.last { border-bottom: none }
table.table .left { text-align: left }

div.img-lft { float: left!important; position: relative; border: 2px solid #d72828; margin: 2px 10px 15px 0; margin: '4px 6px 15px 0'; }
div.img-lft img { //margin-bottom: -3px; } 
img.img-edgtl { position: absolute; top: -2px; left: -2px  } 
img.img-edgbl { position: absolute; bottom: -2px; left: -2px; //bottom: 1px; bottom: '0'; } 
img.img-edgtr { position: absolute; top: -2px; right: -2px; }
img.img-edgbr { position: absolute; bottom: -2px; right: -2px; //bottom: 1px; bottom: '0'; }


div.img-rgh { float: right; position: relative; border: 2px solid #d72828; margin: 2px 0 15px 10px; margin: '4px 0 15px 6px';  }
div.img-rgh img { //margin-bottom: -3px } 
.w80 { width: 75%!important } 