body,td,th {
	color: #3f3f3f;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 24px;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3D0357;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3D0357;
}
a:hover {
	text-decoration: underline;
	color: #B28C41;
}
a:active {
	text-decoration: none;
	color: #3D0357;
}
.smallfont {
	font-size: 12px;
}
.medfont {
	font-size: 18px;
}
.largefont {
	font-size: 24px;
}
.whitefont {
	color: #FFFFFF;
}
.name {
	font-variant:small-caps;
	font-weight:bold;
}
.rowborder {
	border-bottom: 1px solid #3f3f3f;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blink {
    -webkit-animation: blink 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 2s;
    -o-animation-iteration-count: infinite;
}