@charset "utf-8";
/* CSS Document */

.inheader {
	font-size:1.5em;
	font-family:Playball;
	text-decoration:underline;
}
.inheader2 {
	font-size:1em;
	font-family:Playball;
	text-decoration:underline;
}
.inheader2 a {
	font-size:1em;
	font-family:Playball;
	text-decoration:underline;
	color:#333333;
}
.inheader2b {
	font-size:1em;
	font-family:Playball;
	text-decoration:underline;
	color:#0000FF;
}
	.font1{
font-family:Perpetua;
font-size:1em;
font-style:italic;
font-weight:bold;
}
	.font2{
font-family:Perpetua;
font-size:.75em;
font-style:italic;
font-weight:bold;
}
	.fontReports{
font-family:Perpetua;
font-size:.6em;
font-style:italic;
font-weight:bold;
color:#333333;
}
	.font2 a:hover{
	color:red;}
	.welcome{
width: 135px;
height: 56px;
background-image:url(Images/Welcome.png);
}
    .welcome:hover {
	background-image:url(Images/Welcome_H.png);
        
}
/*.card {
        width: 135px;
        height: 56px;
        position: relative;
        display: inline-block;
    }
    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .card:hover .img-top {
        display: inline;
    }*/
