/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
	color:#003399;
	background-color:#EAF282;
/*	background-image:url(flowers.gif); - remove image 
	background-repeat:repeat; */
	margin-top:20px;
	margin-left:50px;

}

/* Style for the Title */
#index .mytitle {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#0000FF;
}	

#slide .mytitle {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
}	

/* Custom link styles */
a:active {
	text-decoration:none;
	color: #FF0000;
}

a.gray:active {
	text-decoration:none;
	color: #FF9933;
}

a:visited {
	text-decoration:none;
	color: #6633CC;
}

a.gray:visited {
	text-decoration:none;
	color: #6633CC;
}

a:hover {
	text-decoration:underline;
	color: #3333FF;
}

a.gray:hover {
	text-decoration:underline;
	color: #33CCCC;
}

a:link {
	text-decoration:none;
	color:#33CCCC;
}

a.gray:link {
	text-decoration:none;
	color:#33CCCC;
}

.comment {
	color:#CC0000;
	font-weight:bold;
	font-size:120%;
}

.footer {
	font-size: 60%;
}

.image {
	margin:2;
}

/* To control the font of the image label */
td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:80%;
	color:#003399;
}

.imageinfo {
	position:absolute;
	left:150px;
	top:150px;
	z-index:1;
	background-color:#FFFF66;
	layer-background-color:#003399;
	width:380px;
	visibility:hidden;
	border: 2px solid #FF0000;
}

.foldersign {
	position:relative;
	left:-32;
	top:0;
	z-index:1;
	border: 0;
}