body	{
	font: 13px/19px Garamond, Times, Times New Roman, serif;
	color: #114A9F;
	}	

.small {
	font: 11px/15px Garamond, Times, Times New Roman, serif;
	color: #46336B;
	font-weight: bold;
}

.bio {
	font: 15px/22px Garamond, Times, Times New Roman, serif;
}

.about {
	font: 14px/21px Garamond, Times, Times New Roman, serif;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

a:link 	{ text-decoration: underline; color: #3EC1F7; }
a:active	{ text-decoration: underline; color: #3EC1F7; }
a:visited	{ text-decoration: underline; color: #3EC1F7; }
a:hover	{ text-decoration: underline; color: #114A9F; }

.submit { background-color: #FFFF76; color: #000000; font: 12px Times, Times New Roman, serif; font-weight: bold; line-height:16px;}

.missing {
	color: #ED008C;
	font-weight: bold;
}

label	{
	margin-right: 5px;
}

/* Slideshow CSS */
.slide-show {
    display:block;
	height: 250px;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

.slide-show li {
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.slide-show li img {
    display:block;
}
