
body
{
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 3%;
	padding-bottom: 10px;
	background-color: #ffffff;
	font-family: arial;
	font-size: 14px;
}
image
{
	border: 0px none;
}
.main
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #eeeeee;
}

.counter
{
	font-family: arial;
	font-size: 10px;
	text-align: right;
	background-color: #d4d4d4;
}
.bottom
{
	font-family: arial;
	font-size: 10px;
	text-align: center;
	background-color: #d4d4d4;
}
.bottom a
{
	text-decoration: none;
	color: #00008B;
}
.bottom a:hover
{
	border-bottom: 1px solid #00008B;
}

#top
{
	background-color: #cccccc;
	font-family: arial;
	text-align:right;
	font-size: 20px;
	
}
.top a
{
	color: #000000;
	text-decoration: none;
}
.top a:hover
{
	border-bottom: 1px solid #000000;
	
}
#mysterybox
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-color: #bbbbbb;
	background-color:#cccccc;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: bold 10px Verdana, sans-serif;
}

td
{
	font-family: arial;
	font-size: 14px;
}

.menu
{
	background-color: #cccccc;
	font-family: arial;
	font-size: 14px;
}
.menu a
{
	color: #000000;
	text-decoration: none;
}
.menu a:hover
{
	border-bottom: 1px solid #000000;
}


.picture
{
	cursor: hand;
}

.hiddensection
{
	background-color: #eeeeee;
	visibility: hidden;
    display :none;	
    padding-left: 15px;
	padding-right: 15px;
}

#navlist
{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 1px solid #778;
	background: #cccccc;
	font: bold 12px Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}

#navlist li a:link
{
	color: #448;
}
#navlist li a:visited
{
	color: #667;
}

#navlist li a:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}

#navlist li a#current
{
	background: #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


