/* ----------------------------

     Textversion
     
---------------------------- */

/* General tags */

* {
padding: 0px;
margin: 0px;
}
body {
font-family: "Times New Roman", Times, serif;
font-size: small;
font-weight: normal;
color: #000000;
background-color: #fff;
margin: 20px;
}
h1 { font-size: xx-large; font-weight: bold; margin-bottom: 0.5em; }
h2 { font-size: x-large; font-weight: bold; margin-bottom: 0.5em; }
h3 { font-size: medium; font-weight: bold; margin-bottom: 0.5em; }
h4 { font-size: small; font-weight: bold; margin-bottom: 0.5em; }
a:link {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #660099;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: underline;
}
acronym {
cursor: help;
color: #000;
font-weight: normal;
border-bottom: 1px dotted #666;
}
a img,:link img,:visited img { border: none; }
img { display: none; }

/* Divs */
div.half_col, div.big_col {
margin-bottom: 1em;
}
#btn_survey {
display: none;
} 



/* Splash */


/* Lists */
ul {
list-style: disc;
margin-left: 10px;
margin-bottom: 1em;
}
li {
margin-left: 10px;
}
li ul {
list-style: circle;
}


/* Special tags */