body, html {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	text-align: center;
	background: #fff;
}

a {
	outline: none;
}

.active {
   	border: 1px; 
	border-style:solid; 
	border-color: #000;
	letter-spacing: normal;
	padding: 4px;
	text-decoration: none;
	font-weight: 800;
}

a:link {
	text-decoration:none;
	color: black;
	letter-spacing: normal;
	padding: 4px;
	font-weight: 800;
}

a:visited {
	text-decoration:none;
	color: #6e6e6e;
	letter-spacing: normal; 
	padding: 4px;
	font-weight: 800;
}

a:hover {
	text-decoration:underline;	
	color: black;
	letter-spacing: normal;
	outline: none;
	padding: 4px;
	font-weight: 800;
}

.buttons {
    font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration:none;    
	background-color: white;
	border: solid 1px #000;
	cursor: pointer;
}

.input {
    font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
    text-decoration:none;    
	background-color: white;
	border: solid 1px #000;
}

.chmod {
 	Border-Collapse: Collapse;
 	text-align:center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;	
	background-color: #f8f4f4;
	empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}
	
.error {
    font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
   	color: #FFFFFF;
	background-color: #A52A2A;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

.odd {
	background: none;
	border-top: 1px solid #000;
}

.even {
	background: none;
	border-top: 1px solid #000;
}

.header {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
  	color: #fff;
}

.ico {
	width:2px;
	vertical-align: center;
}

img {
	border: 0px;
}

.leftcol {
	width: 200px;
	font-weight: bold;
}

.logotable {
 	border-collapse: Collapse;
 	background-color: #FFFFFF;
	text-align:left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	width:50%;
	min-width:530px;
	empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin-top: -20;
}

.output {
	width:120px;
	vertical-align: middle;
}

.output2 {
	width:250px;
	vertical-align: top;
}

.result {
    font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-color: #454545;
}

.searchfield {
	padding-left: 15px;
	padding-right: 5px;
	vertical-align: bottom;
}

.tabhead {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 20px;
 	background: none transparent;
    border: none;   
	vertical-align: middle;
}

.tabhead2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 20px;
 	background: none transparent;
    border-top: solid 1px #000;   
	vertical-align: middle;
}

.table {
 	border-collapse: Collapse;
 	background: none transparent;
 	text-align:left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	width:100%;
	empty-cells: show;
	border: none;
}

.table2 {
 	border-collapse: Collapse;
 	background: none transparent;
 	text-align:left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	width:100%;
	empty-cells: show;
	border-top: 1px solid #000;
}

.table3 {
 	border-collapse: Collapse;
 	background: none transparent;
 	text-align:left;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	width:100%;
	empty-cells: show;

}

td {
	vertical-align: center;
}

.table td {
		height: 50px;
		vertical-align: middle;
}

#index {
  position:absolute;
  height:1080px; 
  width:1680px;
  margin:-540px 0px 0px -840px;
  top: 20%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  background: url(index.jpg) no-repeat;
}

#content {
	position: absolute;
	width:1000px;
	top: 600px;
	left: 20.2%;
}