.maintext {
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: small;
	/*padding: 0.25em 3em;*/
}

.menutext {
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: x-small;
	color: #ffffff;
	/*padding: 0.25em 3em;*/
}

body {
	background-color: #29061c;
}

/*hr {
	background-image: url(/images/hr.gif); <--this doesnt work with HR tag.
	background-position: center;
	border-top-color: #FF0000;
	background-color: #00CC99;
	color: #99FF00;
}
*/
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: small;
	font-variant: small-caps;
	}
.white a:visited {
	text-decoration: none;
	font-style: normal;
	color: #FFB0B0;
	font-size: small;
	}
.white A:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-top: dotted #FFFFFF thin;
	border-bottom: #FFFFFF dotted thin;
	}
.white a:active {text-decoration: none;}

a:link {color: #990000;text-decoration: none;font-style: normal;font-weight: bold; font-variant: small-caps;}
a:visited {text-decoration: none;color: #AA0000;}
a:hover {color: #FFFFFF;}
a:active {text-decoration: none;}

.cr {
	color: #FFFFFF;
	font-size: xx-small;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;	
	font-weight: bold;
}
h3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}