/* 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: 10px;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 5px;
	SCROLLBAR-FACE-COLOR: #DDDDDD; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FBFEFF; 
	SCROLLBAR-SHADOW-COLOR: #FBFEFF; 
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD; 
	SCROLLBAR-ARROW-COLOR:#FBFEFF; 
	SCROLLBAR-TRACK-COLOR:#FBFEFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD; 
	SCROLLBAR-BASE-COLOR: #FBFEFF;
}


/* Style for the Title */
#index .xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}	
#slide .xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#index .xptitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}	
#slide .xptitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #333333;
}

a:active.gray {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:visited.gray {
	text-decoration: none;
	color: gray;
}

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

a:hover.gray {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:link.gray {
	text-decoration: none;
	color: gray;
}

.comment {
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.title {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}


/* Put a border on all generated images
and control the distance between images */
.image { /* Image */
	border:0px solid #000000;
}
.imagesmall { /* Thumbmail */
	border:1px solid #000000;
}


/* Copyright */
.copyright {
	color: #707070;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* To control the font of the image label */
/*td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}*/