/* CSS Document */
/* print styles */
BODY {color: black; background: white; font-size: 12px;}
A:link, A:visited {background: white; color: black; text-decoration: 
underline;
   font-weight: bold;}
H1, H2, H3,H3.background-h3{background: white; color: black; 
padding-bottom: 1px;
   border-bottom: 1px solid gray;}

div.web-page{
display: block;
width: 70%;
}


td.header1,td.header2,td.contentleft,div.navigation,div.line-away,div.registration-welcome-information,div.registration-workshops-information,div.registration-accommodation-information,div.registration-tutorials-information,div.registration-fee-information,p.backtothetop,div.submit_reset_buttoms{
display: none;
}

div.print-tw-space {
display: none;
}

div.registration-print-margin {
}

div.content{
}

div.noprint{
display: none;
}

table.formular-fees{
 border-left: solid black 1px;
 border-right: solid black 1px;
 border-bottom: solid black 1px;
 border-top: solid black 1px;
}

p{
font-size: 5px;
}

table.table-default,table.formular{
font-size: 10px;
width: 90%;
cellpadding:0px;
cellspacing:0px;
border-color:red;

margin-left: auto;
margin-right: auto;
text-align: left;
align:left;
color: black; background: white;
}



