
@charset "iso-8859-1";
.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.small{ font-size: small; }
.xsmall{ font-size: x-small; }
.just{ text-align: justify; }
.indent{margin-left:10%;margin-right:10%;}
.clearfloat{ clear: both; }
.important, .Important{ color: Red; font-size: medium; }
div.clear { clear: both; }
/* use as follows (including the comment) */
/* <div class="clear"><!-- --></div> */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400; /* Corresponds to the Bold 400 style*/
  font-size:18px;
}

.mt15{margin-top:3%;}
.ml15{margin-left:3%;}
.mr15{margin-right:3%;}
.mb15{margin-bottom:3%;}
.mt30{margin-top:60px;}
.content{background-color: #fff;}
DIV{margin:0;padding:0;}
DIV.floatleft{float:left;}
DIV.floatright{float:right;}
DIV#header{	background: #4c0000;
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
height:140px;}
DIV#header H1,DIV#header H2,DIV#header H3{ color:#fff; margin:0 0 0 160px; padding:20px 0 0 50px; }
.celldark{background-color: #6C6C6C !important;color:#fff;}
.celllight{background-color:#e6e6e6 !important;color:#000066;}
.tableheaderblue{
background-color: #336699;
color:#ffffff;
font-weight:bold;
}