/*--------------------------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #343E5B;
	color: white;
	margin: 0;
}

td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.image {
	border: 1px dashed #FFFFFF;
	text-decoration: none;
	background-position: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
/*--------------------------------------------------------------------------------------*/
.image2 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	background-position: center;
	padding: 15px;
}
.imageshow1{
	text-decoration: none;
	background-color: #010D36;
	padding: 2px;
}
.imageshow2{
	text-decoration: none;
	background-color: #1E2537;
	float: left;
	padding: 2px;
}
.imageshow3{
	text-decoration: none;
	background-color: #2A334C;
	float: left;
	padding: 2px;
}
.imageshow4{
	text-decoration: none;
	background-color: #2F3853;
	float: left;
	padding: 2px;
}

#index td {
	text-align: center;
	vertical-align: bottom;
}


#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

body#slide {
	margin: 0;
	overflow: visible;
}

#slide .name {
	font-weight: bold;
	font-size: 14px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}

a:link {
	text-decoration: none;
	color: #FFFFFF}

#imageinfo {
	visibility: hidden;
}

#comment {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
}

#comment_shadow {
	position: absolute;
	bottom: 28px;
	left: 2;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: black;
}

#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

input {
	font-size: 10px;
}

