/* Combined style sheet for the index pages and the slide pages for Best DARKBLUE. */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A2B5CD;
	background-image:  url(gifs/blueweavebg.gif);
	margin: 0px;
	padding: 0px;
	background-color: #36648B;
	scrollbar-base-color: #36648B;

}

/* Style for the Title */
.xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #A2B5CD;
	text-align: center;
	
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: #6699FF;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: gray
}

.comment {
	color: #A2B5CD;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

#index .image {
	margin-left: 2;
	margin-right: 10;
	margin-bottom: 0;
}


body#slide {
	margin: 10;
	padding: 0px;
	background-image:  url(gifs/blueweavebg.gif);

}

.name {
	font-size: larger;
	font-weight: bold;
	color: #A2B5CD;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.number {
	font-size: 14px;
	font-weight: bold;
	color: #A2B5CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
h5 {
	color: #A2B5CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px;


}
.header {
	margin: 0px;
	background-image:  url(gifs/blue2topbar.gif);
	background-repeat: repeat-x;
	padding: 0px;

}
.image {
	border: 2 outset #ffffff;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.border {          
background: white;
padding: 12px;
border: 3px outset #CCCCCC;
}

