@font-face {
	font-family: Coronet; 
	font-style: italic;
	font-weight: normal;
	src: url(/fonts/CORONET0);
}

@font-face {
	font-family: "BernhardMod BT";
	font-style: normal;
	font-weight: normal;
	src: url(/fonts/BERNHAR2);
}

/* The "placeholder" kludges are the only way I could get IE to display the "true" bold and italic fonts
 * rather than faking them from the regular font. Not sure why this is necessary; I posted to the WEFT
 * message board (wish they had a newsgroup) asking why.
 */

@font-face {
	font-family: BhBoldPlaceholder;
	font-style: normal;
	font-weight: bold; 
	src: url(/fonts/BERNHAR3);
}

@font-face {
	font-family: BhItalPlaceholder; 
	font-style: italic; 
	font-weight: normal; 
	src: url(/fonts/BERNHAR1);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link {
   	background-color: #000000;
	color: #8888FF;
}

a:visited {
   	background-color: #000000;
	color: #FF0000;
}

body {
   	background-color: #000000;
	color: #FFFFFF;
}

cite, em {
	font-family: BhItalPlaceholder,"BernhardMod BT","Bernhard Modern","Bernhard Modern Roman",Beacon,Bernie,BN,Duchess,"Engravers Oldstyle",serif;
	font-style: italic;
}

cite.italic {
	font-family: BhItalPlaceholder,"BernhardMod BT","Bernhard Modern","Bernhard Modern Roman",Beacon,Bernie,BN,Duchess,"Engravers Oldstyle",serif !important;
	font-style: italic !important;
	font-weight: normal !important;
}

div.buttonrow {
	text-align: center;
}

div.mercfaq, div.mercintro, div.merctext, div.merctextfoot {
	font-family: "BernhardMod BT","Bernhard Modern","Bernhard Modern Roman",Beacon,Bernie,BN,Duchess,"Engravers Oldstyle",serif;
}

div.mercfaq {
	font-size: medium;
	margin: auto;
	max-width: 40em;
   	text-align: justify;
}

div.mercintro {
	font-size: larger;
}

div.merctext {
/*	font-size: medium; */
}

div.merctextfoot {
	font-size: smaller;
	text-align: center;
}

h1,h2 {
	font-family: Coronet,Pageant,"Ribbon 131","Cornet Regular","Coronet-SemiBold-Italic",serif; 
}

/* The font-sizes below should be xx-large and x-large, respectively, but IE <= 6.0 ignores generic sizes
 * in H# tags, for some reason. I'm putting point sizes in there, but check again when IE 6.5 or 7 or
 * whatever comes out.
 */

h1 {
	font-size: 36pt;
	text-align: center; 
}

h2 {
   	font-size: 24pt;
}

img.footbutton {
	border-width: 0;
}

img.merclogo {
	float: right;
	max-width: 640px;
	width: 33%;
}

img.photo {
	float: right;
}

strong, ul.showlist cite {
	font-family: BhBoldPlaceholder,"BernhardMod BT","Bernhard Modern","Bernhard Modern Roman",Beacon,Bernie,BN,Duchess,"Engravers Oldstyle",serif;
	font-style: normal;
	font-weight: bold;
}

ul.mainlist {
	list-style-type: square;
}

ul.showlist {
	list-style-type: disc;
}

ul.showlist ul {
	list-style-type: square;
}
