@charset "utf-8";

body {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	}
a {
	cursor: pointer;
}
#advert {
	position: absolute;
	width: 200px;
	left: -210px;
	font-size: 8px;
	color: #333;
}
.topindex {
	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.imageborder {
	border: 1px solid #FFFFFF;
}
.caption14 {
	font-style: italic;
	margin-top: 5px;
	overflow: visible;
	font-size: 14px;
}
.caption {
	font-style: italic;
	margin-top: 5px;
	overflow: visible;
}
.imageCaption {
	font-style: italic;
	text-align: right;
	font-size: 13px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}
.smallHead {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.storytext {
	font-size: 10px;
}

.hidden_text {
	color: #666666;
	font-size: 8px;
}
.bold {
	font-weight: bold;
}
.yellow {
	color: #FFFF00;
}

/* Form Elements
----------------------------------------------- */

/* CSS elements required for closing current window (in popups)
In tag id="winclose" is required
----------------------------------------------- */
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
#winclose {
	text-align: center;
}

#winclose a:link, #winclose a:visited{
	color: #FFFF00;
	font-size: 10px;
	text-decoration: none;
}
#winclose a:hover, #winclose a:active{
	color: #FF9900;
	font-size: 10px;
	text-decoration: underline;
} 

