/* CSS Document: Print form for workshop registration */

html { margin:0; }
body {
 background-color: #ffffff;
 color: rgb(0,0,0);
 margin:0; padding:0;
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 11pt;
 line-height: 120%;
 
 }
img { display:none; }
.pg_title {
 font-size: 14pt;
 font-weight: 600;
 margin:2pt auto;
 }
.subtitle {
 font-size: 12pt;
 font-weight: 600;
 margin:2pt auto;
 }
.outer_box {
 position: relative;
 width:100%;
 top:0; left:0;
 margin:0; padding:0;
 }
.top_box { width: 95%; margin: 4pt auto; }
.navigation {
 display: none;
 }
/*.navigation img { border: none; margin-top: 3px;}

.navigation a { border: none; }*/

