body  { font-size: 13px; font-family: Arial, helvetica, Verdana, Geneva ; background-color: #fff; background-repeat: repeat-x; }
p {}
td {}
.White { color: white; text-decoration: none; }
.White:link { color: white; text-decoration: none; }
.White:hover { color: white; text-decoration: none; }
.White:visited { color: white; text-decoration: none; }
.head { color: #036; font-size: 15px; font-weight: bold; line-height: 18px; }
.boldBlue { color: #036; font-weight: bold; }
.smallYellowHead { color: #fee367; font-size: 18px; font-weight: bold; }
.table { font-size: 12px; }
.Black { color: black; text-decoration: none; }
.Black link { color: #000; }
.elementmin { min-width: 30%; }
.elementmin400 { min-width: 400px; }
.elementmax800 { max-width: 800px; }
.elementmin350 { min-width: 350px; }
.elementmin10% { min-width: 15%; }
.box-shadow-2 { box-shadow: 5px 5px 10px #373636; }
.box-shadow { box-shadow: 0px 5px 30px #373636; }
.box-shadow-border { border: outset 5px #ccc; box-shadow: 10px 10px 5px #888888; }
.rounded-corners {
     -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    behavior:url(border-radius.htc);
}
.ShadowBox { border-right: 4px solid #737171; border-bottom: 4px solid #737171; }
