<!--

a {
  font-family : Verdana; 
  font-size : 11px;
  font-weight : bold;
  line-height : 1.2em;
  color : #333b92;
  text-decoration : underline;
}

a:hover {
  text-decoration: none;
}

html {
}

body {
  font-family: verdana, arial, sans-serif;
  font-size: 70%;
  margin: 0px 0px 0px 0px;
}

form.inline {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

br.clear {
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  clear: both;
  border: 0px;
  height: 0px;
}

input, select, textarea {
  font-size: 11px;
  font-family: tahoma, sans-serif;
}

button {
  font-size: 10px;
  font-family: tahoma, sans-serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 2px 0px;
}

h1 {
  font-size: 125%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 115%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 105%;
}

h6 {
  font-size: 100%;
}

div.page_container {

}

div.page_container div.page_border {
}

/* ----- Header  ----- */
ul.header {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

ul.header li.logo {
  border-bottom: 2px solid #BCC4EA;
  padding: 0px 0px 8px 5px;
}

ul.header li.anim {
  display: none;
}


/* ----- Content  ----- */
ul.content {
  clear: both;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.content li.navigation {
  display: none;
}

ul.content li.content {
  padding: 5px;
}

ul.content li.panels {
}

ul.content li.panels a img.register{
  display: none;
}

ul.content li.panels h1.latest {
  display: none;
}

div#latest_container {
  display: none;
}

ul.content li.panels a.view_all {
  display: none;
}


ul.content li.panels ul.print_list {
  border-top: 2px solid #BCC4EA;
  list-style: none;
  padding: 5px;
  margin: 0px;
}

ul.content li.panels ul.print_list li.head {
  font-weight: bold;
  font-size: 140%;
  padding: 0px 0px 3px 0px;
}

ul.content li.panels ul.print_list li.item {
  list-style: none;
  font-size: 10px;
  padding: 0px 3px 14px 3px;
  margin: 0px 0px 13px 0px;
  color: #666666;
  clear: both;
}

ul.content li.panels ul.print_list li.item a {
  font-size: 10px;
  text-decoration: none;
}

ul.content li.panels ul.print_list a:hover {
  text-decoration: underline;
}

ul.content li.panels ul.print_list li.item img {
  float: left;
  margin: 1px 5px 3px 0px;
}


/* ----- Footer  ----- */
ul.footer {
  clear: both;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.footer li.main {
  border-top: 2px solid #BCC4EA;
  text-align: right;
  padding: 9px 0px 0px 0px;
}

ul.footer li.main ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.footer li.main ul li {
  list-style: none;
  display: inline;
}



/* ----- Old Styles ----- */
.bluetext {
  font-weight: normal;
  line-height: 1.2em;
  color: #333b92;
  background-color: inherit;
}

.bluetextbold {
  font-weight: bold;
  line-height: 1.2em;
  color: #333b92;  
}

.question {
  font-weight: bold;
  line-height: 1.2em;
  color: #12a063;  
  background-color: inherit;
}

.alignment {
  width: 340px;
  padding-right: 10px;
}

.mandatory {
  color: #000000;
}

//-->