/* CSS Document */
A:link {text-decoration: underline; color: #000000; font: arial;}
A:visited {font: arial; text-decoration: underline; color: #111111;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #000000;}

body {background-color: #eeeeee}
span {font: 11px arial; color: #000000;}
span.bold {font: 900 11px arial; color: #000000;}
span.ital {font: italic 14px arial; color: #663300;}
span.head {font: 900 14px arial; color: #333333;}

p, .txt {font: 11px arial; color: #000000;}
.txtsmall {font: 9px arial; color: #000000;}
.txtwhite {font: 11px arial; color: #ffffff;}
.txtbold {font: 11px arial; color: #000000; font-weight:bolder;}
.txtheader {font: 12px arial; color: #000000; font-weight:bolder;}


.cutout { background-color:white; padding: 5px; border: 1px dashed black; }