/* CSS Document: Print form for workshop registration */
body {
 background-color: #ffffff;
 color: rgb(0,0,0);
 margin:20pt; padding:0;
 font-family: verdana, tahoma, arial, sans-serif;
 font-size: 11pt;
 line-height: 120%;
 }
p { margin: 4pt 10pt; font-size: 10pt; }

.outer_box {
 position: relative;
 width: 85%;
 top:0; left:0;
 margin:0 auto; padding:0;
 }
.top_box {
 position: relative;
 top:0; left:0;
 margin: 4pt 6pt;
 padding: 5pt 0;
 border: 1pt solid black;
 }
.top_box_ls {
 position: relative;
 top:0; left:0;
 margin: 4pt 6pt;
 padding: 5pt 0;
 border-bottom: 2pt solid black;
 }
.pg_title {
 text-align:center;
 font-size: 14pt;
 font-weight:700;
 margin: 6pt auto;
 }
.subtitle {
 text-align:center;
 font-size: 12pt;
 font-weight:600;
 margin: 7pt auto;
 }
.left_title {
 font-size: 11pt;
 font-weight: 600;
 margin: 4pt 10pt;
 }
.reg_form {
		font-size:10pt;
		line-height: 180%;
		}
.mail_address {
 margin-left: 50pt;
 line-height: 120%;
 font-weight: 600;
 }
.em_text {
 font-weight: 600;
}
.em_line {
 margin: 4pt 20pt 4pt 20pt;
 font-weight: 600;
}
.emtext { font-weight: 600; } 
.navigation {
/*float:right;
width: 2.5in;*/
border: 0px solid blue;
}
.navigation img { border: none; margin-top: 3pt;}

.navigation a { border: none; }

