/* begin GENERAL */
body {
  color:#4b4b4b;
  font:62.5% Tahoma, sans-serif
}

:focus {
  outline:0
}
blockquote:before,
blockquote:after,
q:before, q:after {
  content:""
}
blockquote, q {
  quotes:"" ""
}
/* end GENERAL */

/* begin LINKS */
a {
  color:#156ab8;
  text-decoration:none
}
a:hover {
  color:#ff9b40;
  text-decoration:none
}
a span.arrow {
  display:inline-block;
  width:11px;
  height:11px;
  padding-left:5px;
  vertical-align:middle;
  background:url(../images/arrow_mere.png) no-repeat right top
}
a:hover span.arrow {
  background:url(../images/arrow_mere.png) no-repeat right bottom
}
a span.mere {
  display:inline-block;
  width:29px;
  height:15px;
  padding-left:5px;
  vertical-align:middle;
  background:url(../images/mere.png) no-repeat right top
}
a:hover span.mere {
  background:url(../images/mere.png) no-repeat right bottom
}
a img {
  border:none;
}
/* end LINKS */

/* begin PARAGRAPH */
p {
  color:#555;
  font:140% Tahoma, sans-serif;
  margin-top:1em
}
var {
  font-style:italic
}
dfn {
  font-style:italic
}
pre {
}
code{
}
/* end PARAGRAPH */

/* begin TEXT ATTRIBUTES */
.align-right {
  text-align:right
}
.align-left {
  text-align:left
}
.align-center {
  text-align:center
}
.align-justify {
  text-align:justify
}
.italic {
  font-style:italic
}
.upper {
  text-transform:uppercase
}
.orange1 {
  color:#cc5114
}
.orange2 {
  color:#e27f24
}
.grey {
  color:#7b96ac
}
.white {
  color:#fff
}
/* end TEXT ATTRIBUTES */

/* begin TABLE */
table {
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  margin:10px 0;
}
caption,
th,
td {
  vertical-align:top;
  color:#555;
  font:140% Tahoma, sans-serif;
  font-weight:normal;
  padding:6px;
  border:1px solid #ccddf3
}
th {
  font-weight:bold
}
th[scope=row] {
  text-align:left;
  color:#e27f24
}
th[scope=col] {
  color:#cc5114;
}
/* end TABLE */

/* begin LISTS */
p,
ul,
ol {
  font-size:140%;
  line-height:1.4em;
  margin:0 0 10px 0;
  padding:0
}

ul {
  margin:0 0 10px 14px;
}
ol {
  margin:0 0 10px 20px;
}



p a,
ul a,
ol a,
dl a,
dt a,
dd a {
  color:#156ab8;
  text-decoration:none
}

p a:hover,
ul a:hover,
ol a:hover,
dl a:hover,
dt a:hover, 
dd a:hover {
  color:#ff9b40;
  text-decoration:none
}

ul li,
ol li {
  margin:4px 0;
}
dl {
  font-size:140%;
  line-height:1.6em;
  padding:0;
  margin:0 0 20px 0
}
dt {
  float:left;
  font-weight:bold;
  margin-right:.3em
}
dd {
  clear:right;
  font-weight:normal;
  margin-left:0
}
/* end LISTS */

/* begin HEADINGS */
h1, h2, h3, h4, h5, h6 {
  margin:0;
  font-family:'Roboto Condensed', sans-serif;
  color:#555;
  font-weight:normal;
  line-height:1em
}
h1 {
  font-size:480%;
  font-weight:300  
}
h2 {
  font-size:340%;
  margin:0 0 10px 0;
  color:#cc5114;
}
h3 {
  font-size:300%
}
h4 {
  font-size:260%;
  margin:0 0 10px 0
}
h5 {
  font-size:240%;
  margin:0 0 10px 0
}
h6 {
  font-size:180%;
  margin:0 0 10px 0
}
/* end HEADINGS */

