/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin: 0px;
  background-color : #C6C6C6;
  color            : #000000;
  background	   : url(../images/tile_back2.gif);
  font-family      :Verdana, Arial, Helvetica, sans-serif;
}

td, tr, p, div {
  font-size        : 12px;
  font             : Verdana, Arial, Helvetica, sans-serif;
  color            : #220000;
}

ul {
  margin           : 0px 0px 0px 10px;
}

li {
  list-style       : inside url(../images/arrow.gif) 2px;
  list-style-image : url(../images/arrow.gif);
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #2A6813;
  line-height      : 14px
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : 12px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #2A6813;
  text-decoration  : underline;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #969696;
}
a.pathway:link, a.pathway:visited {
  color            : #2A6813;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #D30000;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */
.modules {
  }

table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  width            : 100%;
  color            : #000000;
  text-align       : center;

}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  letter-spacing   : 1px;
  width            : 95%;
}

a.mainlevel:link, a.mainlevel:visited {
 letter-spacing   : 0px;
 line-height: 25px;
 font-size: 120%;
 font-weight: bold;
 color            : #2A6813;
}

a.mainlevel:hover {
  color            : #D30000;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  color            : #000000;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #2A6813;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  
}

.contentpaneopen {
 
}


.contentheading {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #2A6813;
  text-align       : left
}

.componentheading {
  font             : bold 13px Verdana, Arial, Helvetica, sans-serif;
  color            : #2A6813;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #FAFAFE;
  border           : 1px solid #000000;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  
  color            : #B70000;
  text-decoration  : none;
}

a:hover {
  color            : #2A6813;
  text-decoration  : underline;
}

a:active {
  color            : #2A6813;
  background-color : #D6D6D6;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #AF0101;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #C8C8C8;
}

h5 {
font-size: 7px;
font-weight:normal;
}

a.weblux:link, a.weblux:visited {
    font-family: "Times New Roman", Times, serif;
	font-size: 10px;
    color: #666666;
	text-decoration: none;
}

a.weblux:hover {
    font-family: "Times New Roman", Times, serif;
	font-size: 10px;
    color: #666666;
	text-decoration: underline;
}

h1 {
font-size: 190%;
color: #136400;
}

h2 {
font-size: 160%;
color: #187D00;
}

h3 {
font-size: 120%;
color: #146900;
}

h4 {
font-size: 100%;
color: #072700;
}

h5 {
font-size: 60%;
color: #0A3600;
}


