.no_print {
  width : auto;
  display : none;
  visibility : hidden;
  height : auto;
}

.print_only {
  width : auto;
  height : auto;
  visibility: visible;
  display : block;
}

/* something that does not change */
html, body { height:100%; }
table { border-collapse:collapse; }
html, h1, h2, h3, h4, h5 ,h6, body, form, th, td, p { margin:0; padding:0; }
img { border:0 none; }
map { display:none; }
object, form { display:block; }  
h1, h2, h3, h4, h5 ,h6 { letter-spacing:normal; }
hr { display:none; }
/* something that does not change */

/* all time classes */
.wf { width:100%; }
.hf { height:100%; }
.whf { width:100%; height:100%; }
.tar { text-align:right; }
.tal { text-align:left; }
.tac { text-align:center; }
.clr { clear:both; height:1px; overflow:hidden; margin:-1px 0 0 0; }
.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }
.hide { display:none; }
.block { display:block; }
.inline { display:inline; }
/* all time classes */

/* global text/link settings */
p, div, span, td, th, em, h1, h2, h3, h4, h5, h6, b, strong, i, .button { font-family:Tahoma, Helvetica, sans-serif; font-size:14px; line-height:140%; color:#595665; }
a { font-family:Tahoma, Helvetica, sans-serif; font-size:12px; color:#595665; }
.inline-list { list-style:none; padding:0; margin:0 }
.inline-list li { list-style:none; display:inline; padding:0; margin:0; }
.block-list, .block-list li { display:block; list-style:none; padding:0; margin:0; font-size: 18px;  }
.textfield, textarea { color:#595665; font-family:Tahoma, Helvetica, sans-serif; font-size:12px; padding-left:3px; }
.button { cursor:pointer; }
/* global text/link settings */
.top {
  background:#721646;
  text-align:center;
}

.form-01 { padding:20px 0 40px 0; }
  .form-01 label, .form-01 .label-01 {
    display:block;
    font-weight:bold;
    padding:0 0 20px 35px;
  }
  
    

.root { text-align:center; }
.content {
  width:100%;
  margin:0 auto;
  text-align:left;
}
.wrapper { padding:20px 0 0 10px; }
.left-side {
  float:left;
  width:100%;
  padding:0 0 0px 0;
  font-size: 15px;
}

.title-01 {
  font-size:33px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#B72F76;
  font-style:italic;
  font-weight:normal;
  line-height:100%;
}
.title-block {
  background:url(../img/grad-05-bg.gif) 0 0 repeat-x #F4F4F4;
  padding:0 9px;
  line-height:100%;
  margin:0 0 15px 0;
}

.just-text-04 {
  border:1px solid #E0E0E0;
  padding:10px;
  background:#F2F2F2;
  margin:0 0 20px 0;
  width:46%;
  height:150px;
}
  .just-text-04 em {
    font-style:normal;
    color:#B72F76;
  }
  
.just-text-06 {
  border:1px solid #E0E0E0;
  padding:10px;
  background:#F2F2F2;
  margin:0 0 20px 0;
  width:97%;
}    
