@charset "utf-8";

@font-face {
  font-family: MyriadPro-Regular;
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}

body { font-family: 'MyriadPro-Regular', Verdana, Geneva, sans-serif; font-size: 14px; text-align: center; margin: 0 0 0 0; background-color: #f8f8fa }
table { font-size: 14px }
td, th { vertical-align: top }

img { border: none }

ul li { padding: 2 0 2 24; list-style: none; background-image:url(../images/template/li-raquo.png); background-repeat: no-repeat; background-position: 0 4 }
ul li ul li { list-style: square; background: none }
ul li ul li ul li { list-style: circle }

a { color: #777; text-decoration: none }
a:hover { color: #777; text-decoration: underline }

hr { color: #ddd; height: 1px; border: none; background-color: #ddd }

input[type="text"], textarea, select { font-family: 'MyriadPro-Regular', Verdana, Geneva, sans-serif; font-size: 14px; border: solid 1px #999 }

h1 { font-size: 30px; margin-top: 10 }
