body {
	color: #666666;
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	text-align: -moz-center !important; /*For Firefox*/
	text-align: center;                 /*For IE*/
}


.commenthidden {display:none}

.commentshown {display:inline}

.divmenu {
 position: relative;
 top: 0px;
 left: 0px;
}

hr { 
height: 0; 
border-bottom: 1px dotted #000; 
} 

.text {
	color: #666666;
	font-size: 12px ; font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.quotation {
	color: #009261;
	font-size: 14px; font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.smalltext { color: #333333; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

.seablue { font-size: 14px; color: #006666;}

.lightgrey {font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: #333333; }

.lightgreen {font-size: 26px; font-family: Arial, Helvetica, sans-serif; color: #006666;  margin-top: 0px !important; margin-top: 8px;}

.lightgreen_mid {font-size: 18px; font-family: Arial, Helvetica, sans-serif; color: #006666; }

.deepgreenfont {color: #005544; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }

.whitefont {color: white; font-size: 12px; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT : bold; }

.smallwhitefont {color: white; font-size: xx-small; font-family: Arial, Helvetica, sans-serif;  }

a { text-decoration: underline; } 
a:link { color: #006666; }
a:visited { color: #255b89; }
a:hover { color: #9d0e2d; }
a:active { color: #255b89; }

.divs { text-align:justify }

.location {
text-decoration: none; 
color: #666666;
font-size: x-small; font-family: Arial, Helvetica, sans-serif;
}

table {background-color: white; padding: 5px;}

.piclarge{ border: 1px solid #666666; } 

.ltable {	   border-style: solid;      border-width: 1px;   border-color: #8cba00;  border-radius: 5px;} 
table.ltable td { padding:5px; }

table.greenfilltable {border: 1px solid #999999; padding:0px; border-top: 3px solid #999999;} 
table.greenfilltable td { background-color: #ffffff; border-style: none;}

table.paddingtable {  padding:20px; }
table.paddingtable td {  border-style: none; }
table.paddingtable td {	border-style: none;}

.greytable { border-style: solid;      border-width: 1px;   border-color: #cccccc;  margin-top: 0px !important; margin-top: 13px;} 
table.greytable td { padding:0px; }

table.dottable { padding: 10px; border-style: dotted; border-width: 1px; border-color: #999999; }
table.dottable th {
	border-style: none;
}
table.dottable td {
	border-style: none;
}

table.normaltable tr td { padding: 0px;}
table.normaltable2 { padding: 0px; height: 60px !important; height: 80px; margin-bottom:10px !important; margin-bottom:0px;}
table.normaltable3 { margin-top: 0px !important; margin-top: 13px;}

table.Db {
	font-size:10px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 2px solid #336699;

}


table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 3px solid #336699;
    border-bottom: 1px solid #336699;
}

table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.3em;
    border-top: 1px dotted #1c436d;
}
table.Design5 td {
    text-align: left;
    border-top: 1px dotted #1c436d;
    padding: 0.1em 0.3em;
	
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #1c436d;
	
}
table.Design5 th.Corner {
    text-align: left;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}