@charset "utf-8";

@import url(layout.css);
@import url(layout-internas.css);

* { margin: 0; padding: 0; border: 0; outline: 0; }

html { cursor: default; }

body { background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; }

ul, ol { list-style-type: none; }

h1 { font-size: 18px; color: #6086B6; }

h2 { font-size: 15px; }

input,
textarea,
select { background-color: #fff; padding: 8px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; }

select { padding: 7px 9px; }

input:focus,
textarea:focus,
select:focus { background-color: #6086B6; color: #fff; }

a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

a.underline { text-decoration: underline; }
a.underline:hover { text-decoration: none; }
