@charset "UTF-8";
/* CSS Document */

.Name {
	font-weight: bold;
	color: #00498B;
	font-size: large;
	text-align: left;
}
.caption1 {
	font-weight: bold;
	color: #000;
	font-size: small;
	text-align: center;
}
.pageTitle {
	font-size: 200%;
	color: #00498B;
	font-family: "Comic Sans MS", cursive;
}
.blueText {
	color: #00498B;	
}
.blueItalicTxt {
	font-style:italic;
	color: #00498B;
}
.infocaption {
	font-size: 80%;
	text-align: center;
}
.floatimgright {
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-size: small;
	color: #00498B;
}
.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}
.pagetitleitalic {
	font-style: italic;
}
.subtitle {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	color: #00498B;
}
.browntxt {
	color: #630;
}
.smalltxt {
	font-size: 12px;
	color: #000;
}
.oddrow {
	background-color: #FFC;
}
.selectedrow {
	background-color: #CCC;
}

