@charset "UTF-8";
/* CSS Document */

html,body { margin: 0px; padding: 0px; background: #e5e5e5;}
body { color: #303030; padding: 10px 0px 0px 0px; font: 11px Arial, Helvetica, sans-serif;}

a { text-decoration: none; color: #004dcc;}
a:hover { text-decoration: underline; /*border-bottom: 1px solid #004dcc;*/}
.eh { /*border-bottom: 1px dotted #004dcc;*/ font-weight: bold;}


input,textarea,select { font: 11px Arial, Helvetica, sans-serif; margin: 0px;}

h1 { font-size: 20px; margin: 0px 0px 10px 0px; line-height: 18px;}
h2 { font-size: 17px; margin: 0px 0px 10px 0px; line-height: 17px;}
h3 { font-size: 12px; margin: 0px 0px 0px 0px; line-height: 13px; color: #7d7d7d;}

ul { list-style: none; margin: 0; padding: 0;}
ul li { background: url(../gui/arrow.gif) no-repeat 0px 3px; padding-left: 15px; margin: 3px 0px 3px 0px;}
ul .noArrow { background: none !important;}
