/* 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: x-small;

	color: #1B1B1B;

/*	background-color: #80AAD5; */

	background-color: #FFFFFF;

	background-image: url(topbarLge.gif);

	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: 12px;

	font-weight: bold;

	color: #EFEFEF;

}	



#slide .xptitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #EFEFEF;

}	



/* Custom link styles */

a:active {

	text-decoration: none;

	color: #1368F4;

}



a.gray:active {

	text-decoration: none;

	color: #1368F4;

}



a:visited {

	text-decoration: none;

	color: #5BA6CE;

}



a.gray:visited {

	text-decoration: none;

	color: gray;

}



a:hover {

	text-decoration: underline;

	color: #EFEFEF;

	font-weight: bold;

}



a.gray:hover {

	text-decoration: underline;

	color: #333333;

	font-weight: bold;

}



a:link {

	text-decoration: none;

	color: #1368F4;

}



a.gray:link {

	text-decoration: none;

	color: gray;

}



.comment {

	color: #1B1B1B;

	font-weight: bold;

	font-size: 11px;

}



/* Put a border on all generated images

and control the distance between images */

.image {

	border-color: #999999;

	border-width: 3;

	border-style: solid;

	margin: 2;

}

td {

	font-size: x-small;

	color: #1B1B1B;

}

