body {
  height: 100%;
  background-attachment: fixed;
  color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  background-color: #FFFFFF;
}
/* for explorer only*/		
#container { 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  position: relative; 
}

#container[id] {
  display: table; 
  position: static;
}  
/* for explorer only*/
#position { 
  position: absolute; 
  width: 100%; 
  text-align: center;
}

#position[id] {
 /* display: table-cell; 
  vertical-align: middle; 
  position: static;
*/
	width: 100%;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 300px;
	margin-left: auto;
}

#linkscontent {
	clear:both; 
	width: 100%;
	padding: 0px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
#content {
  position: relative; 
  text-align: right;
}

#content {
  width: 611px; 
  margin-left: auto; 
  margin-right: auto;
}

h1 {
  color:#151731;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  }

h2 {
  color:#151731;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}

p {
  color:#151731;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

body.mail {
  background-color: #333333;
  color: #FFFFFF;
}

h2.mail {
  color:#FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  }

p.mail {
  color:#FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

li {
  color:#FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: #989898;
  color: #FFFFFF;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}

textarea {
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

input {
  color:#000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

a.blank {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

a.blank:hover {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

#fullscreen {
  height: 100%;
  width: 100%;
  border: 0px;
}