@charset "utf-8";
/* CSS Document */
body, table, tr, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	color: #800000;
	background-image: url(../imagefolder/assets/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
    }
	h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
    }

    .h1 {
		font-size: 24px;
		font-style: italic;
		font-weight: bold;
    }
    .h2 {
        font-size:20px;
		font-style: italic;
    }
    .h3 {
		font-size: 18px; 
    }
    .bc {
        background-color: #af761d; 
    }
    .hm {
        margin:0px 0px 0px 0px; 
    }
    .b {
        font-weight: bolder;
    }
	.sc {
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
		font-variant: small-caps;
	}
	.pad {
		padding: 5px;
	}
	.bd	{
		border-top: double;
		border-color: #667;
		border-bottom-style: double;
		border-bottom-color: #667;
	}
	.bb	{
		border-bottom-color: #667;
		border-width: medium;
		border-bottom-style:groove;
	}
.solidbkgnd	{
	background-color: #af761d;
}
.redbar {
	background-color: #800000;
	height: 20px;
}
.blackbar {
		background-color: #000;
		float: none;
		height: 5px;
}
a.specialLink:link { 
	color: #af761d;
}
a.specialLink:visited { 
	color: #F03;
}
a.specialLink:hover {
	color:#af761d;
}
a:link {
	color: #039;
}
a:visited {
	color: #667;
}
a:hover {
	color: #900;
}
a:active {
	color: #360;
}
