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

@font-face {
    font-family: "Caslon";
    src: url("ACaslonPro-Regular.otf")
}

@font-face {
    font-family: "CaslonBold";
    src: url("ACaslonPro-Bold.otf")
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}


body,td,th {
	color: #CCC;
	font-family: "Caslon";
	font-weight: 300;
	font-size: 14px;
}

body {
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
}
.largetext {
	font-family: "Caslon";
	font-size: 42px;
	color: #ffc;
}

.caslon {
    font-family: "Caslon";
}

.caslonbold {
    font-family: "CaslonBold";
}

#floatframe {

position:absolute;

position:fixed;

        width: 100;
        height: 100;
  left:0px;
    top:0px;
    z-index:0
    }
.aligncenter {
	text-align: justify;
}
.largertext {
	font-size: 20px;
}
.unbold {
	font-weight: normal;
	color: #09F;
	font-family: "Helvetica thin", sans-serif;
}
.bigger {
	font-size: 16px;
}
.ccc {
	color: #CCC;
}
