@import url('font/stylesheet.css');

* { margin: 0; padding: 0; }
ul, li { list-style: none; }
img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
p { line-height: 16px; }
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
.clearer { clear: both; }
.uppercase { text-transform: uppercase; }
.red { color: #DE0518; }

a, a:visited { color: #0076BD; text-decoration: none; cursor: pointer; }
a:hover { color: #0076BD; text-decoration: none; cursor: pointer; }

body { font-size: 12px; font-family: Arial, Tahoma, sans-serif; color: #333333; background-color: #FFFFFF; overflow-x: hidden; }

.grid_9 { width:720px; }

.column { margin: 0 10px; overflow: hidden; float: left; display: inline; position: relative; min-height: 1px; }
.row { width: 740px; margin: 0 auto; overflow: hidden; position: relative; }
.row .row { margin: 0 -10px; width: auto; display: inline-block; }

h1 { font: 64px/64px 'CartoGothicStdBold', Arial, sans-serif; color: #0076BD; margin: 40px 0 20px 5px; }
h2 { font: 48px/48px 'CartoGothicStdBold', Arial, sans-serif; color: #333333; margin: 0 0 40px 160px; }
.logo { margin-left: 2px; }