/* @import url("reset.css"); */

body {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color:#333;
}

p {
    padding: 5px;
}

h2, h3 {
	background-color: #EBEBEB; 
	padding: 0.5em;
}

#wrapper {
    width: 80%;
    margin-left: 100px;
    /*! min-width: 800px; */
/*    max-width: 2000px; */
/*    margin: auto; */
}

#navigation {
    float: left;
    height: 40px;
    width: 100%;
    background: #C2C2C2;
    padding: 1em;
}

#contentliquid {
	padding-left: 100px;
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    width: 80%;
}

#footer {
    height: 40px;
    width: 100%;
    background: #C2C2C2;
    clear: both;
    font-size: 0.8em;
}

a:link
{
	color: darkslategray;
	font-weight: bold;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: darkslategray;
  	font-weight: bold;
	text-decoration: none;  	
}

/* mouse over link */
a:hover {
  color: darkslategray;
  font-weight: bolder;
  text-decoration: none;  
}

/* selected link */
a:active {
  color: darkslategray;
  font-weight: bold;
  text-decoration: none;  
}

.top
{
	border-bottom: 1px dotted;
	font-size: 0.7em;
	display: inline;
	text-align: right;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-zv4m{border-color:#ffffff;text-align:left;vertical-align:top}

.no-bullets, .no-bullets li {list-style-type:none;}

