@import url("index.css");
@import url("uvumi-dropdown.css");

/* GLOBAL */
* { margin:0px; padding:0px; }
body { background:#FFFFFF; }
body,td { color:#222222; font-size:12px; font-family:"Lucida Sans Unicode", arial, tahoma, verdana; line-height:18px; }
h1 { font-size:22px; margin-bottom:16px; }
h2 { font-size:18px; margin-bottom:14px; }
h3 { font-size:14px; margin-bottom:12px; }
h4 { font-size:12px; margin-bottom:10px; }
h5 { font-size:10px; margin-bottom:8px; }
h1,h2,h3,h4,h5 { color:#B20000; }

p { line-height:150%; margin-bottom:10px; color:#222222; }
a {cursor:pointer;}
a:link, a:visited, a:active { text-decoration:underline; color:#000; }
a:hover { text-decoration:none; color:#b20000; }
ul, ol, li { margin-left:15px; }
img { border:0px; }
.clr { clear:both; height:0%; overflow:hidden; }
:focus { outline:0; }
.image { margin: 0 30px 0 0; }
.white { color:#FFF !important; }
hr.dot { border-style:dotted none none; }