/* Normal Text */
body {
	font-size:18px;
	color: #FFFFFF;
	font-family:helvetica;
}

.style1 {
	font-size:14px;
	color: #2E404D;
}

a.style1:link {color:#2E404D;text-decoration:none;}
a.style1:visited {color:#2E404D;text-decoration:none;}

.style2 {
	color: #2E404D;
	font-size:22px;
}

.style3 {
	font-size:14px;
	font-weight:bold;
	-moz-transform: rotate(-90.0deg);  /* FF3.5+ */
	-o-transform: rotate(-90.0deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
}

h1 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2E404D;
	text-align: left;
}

#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	height:40px;
	background-color:#000;
	padding:0;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	font-weight: bold;
}

#wrapper {
	position:absolute;
	z-index:1;
	top:40px;
	bottom:0px;
	left:0px;
	width:100%;
	background:#fff;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	width:100%;
	padding:0;
}

#footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:50px;
	background-color:#000000;
	color: #FFFFFF;
	padding:0;
	text-align:center;
	display:none;
}

.photo {
	display:inline-block;
	padding:5px;
	width:90%;
}

a:link {
	color: #2E404D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #2E404D;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #2E404D;
	text-decoration: none;
    font-weight: bold;
}

table.indexLink td {font-size:18px;color:#FFFFFF}
table.indexLink img {display:block}
table.indexLink td a {font-size:18px;color:#FFFFFF;display:block}

img {
   display:block;
}

textarea {
    resize:none;
}

.popmenu {
    position:absolute;
    bottom:0px;
    left:0px;
	width:280px;
    top:40px;
    background-color:#000;
    z-index:1000000000000000;
	overflow:scroll;
    display:none;
}

.popinfo {
    position:absolute;
    bottom:0px;
    left:0px;
	width:100%;
    top:40px;
	color: #2E404D;
    background-color:#fff;
    z-index:9998;
	overflow:scroll;
    display:none;
}

.popweb {
    position:absolute;
    bottom:0px;
    left:0px;
	width:100%;
    top:0px;
	height:100%;
	color: #2E404D;
    background-color:#fff;
    z-index:9999;
	overflow:hidden;
    display:none;
}

.thebutton {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
    border-radius:5px;
    background:#CCC;
	color:#000;
	box-shadow: 2px 2px #444;
	margin:5px;
    padding:5px;
    height:20px;
	display:inline-block;
	cursor: pointer;
}
