/************************************** 
  Defaults 
**************************************/

body {
  font-family: Arial;
  font-size: 10pt;
  background: #CCCCCC;
  color: #000000;
}

td {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

.big {
	font-size: 16pt;
}

.cell_header {
  color: #FFFFFF;
  font-size: 14pt;
  font-weight: bold;
  background-color: #66CC66;
  padding: 0px;
  vertical-align: middle;
}

.cell_data {
  font-size: 10pt;
  padding: 4px;
}

.table_border, .cell_border {
  border: 1px solid #66CC66;
}

.menu_fullwidth {
  width: 700px;
}

.errorfont {
  font-weight: bold;
  color: #FF3300;
}

.warningfont {
  font-weight: bold;
  color: #FF9933;
}

.successfont {
  font-weight: bold;
  color: green;
}

.form_header {
	font-size: 8pt;
	font-weight: bold;
}
.form_error_input {
	background-color:  #FFCCCC;
}
.select_width_small {
	width: 120px;
}
.select_width_medium {
	width: 175px;
}
.select_width_large {
	width: 200pt;
}
.input_width_small {
	width: 116px;
}
.input_width_medium {
	width: 171px;
}
/***************************************
  Capsule 
***************************************/

table.capsule {
  background-color: #FFFFFF;
  width: 750px;
  border-collapse: collapse;
  border: 0px solid #000000;
}

td.capsule {
  padding: 0px;
}




/***************************************
  Content 
***************************************/
table.content {
  border: 1px solid #000000;
  width: 100%;
}
td.content_header {
	font-weight: bold;
	background-color: #F1F3F5;
  	height: 29px;
}
td.content_title {
}
td.content_navmenu {
  background-color: #F1F3F5;
  height: 29px;
}
td.content_body {
}

/***************************************
  Top Menu
***************************************/

table.topmenu {
  padding: 4px;
}
td.topmenu {
  padding: 15px 4px 25px 4px;
  width: 150px;
}

/***************************************
  About
***************************************/
table.about {
  padding: 0px;
}
td.about {
}


#navigation { 
            font-weight: bold;
            padding: 6px;
            margin-left:12px;  
}

#contact{  
         font-size: 10pt;
         font-weight: bold;
         color: #000000; 
         padding: 4px;
 
}

#footer { 
    font-size: 8pt;
    font-weight: normal;
    color: #3c8e8f;
    padding: 4px
}

a.nav:link { 
	font-size: 8pt; 
    font-family: Helvetica, Geneva, Arial, sans-serif; 
    text-weight: bold;
    color: #ffffff; 
    text-decoration: none; 
    background-color: transparent; 
}

a.nav:visited { 
	font-size: 8pt; 
    font-family: Helvetica, Geneva, Arial, sans-serif; 
    text-weight: bold;
    color: #ffffff; 
    text-decoration: none; 
    background-color: transparent; 
}

a.nav:hover { 
	font-size: 8pt; 
    font-family: Helvetica, Geneva, Arial, sans-serif; 
    text-weight: bold;
    color: #E0B023; 
    text-decoration: none; 
    background-color: transparent; 
}

a.sitemap:link { 
        color: #3c8e8f; 
        text-decoration: none; 
        background-color: transparent; 
}

a.sitemap:visited { 
           color: #3c8e8f; 
           text-decoration: none; 
           background-color: transparent; 
}

a.sitemap:hover { 
          color: #000000; 
          text-decoration: none; 
          background-color: transparent; 
}
