body {
	margin: 0;
	background-color: #444466;
	text-align: center;
}
.left {
	background-image: url(/images/left.gif);
	background-repeat: repeat-y;
}
.right {
	background-image: url(/images/right.gif);
	background-repeat: repeat-y;
}
h1 {
	margin: 0;
	padding-left: 11px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bodytext img {
	background-color: #225522;
	border: 2px solid #225522;
}

.titlebar {
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #003366;
	color: #006;
}
.titlebar2 {
	background-image: url(/images/header_bg2.gif);
	background-repeat: repeat-x;
	border: 1px solid #663300;
	color: #600;
}
.titlebar3 {
	background-image: url(/images/header_bg3.gif);
	background-repeat: repeat-x;
	border: 1px solid #116611;
	color: #060;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-left: 8px;
}
.gold {
	color: #FFFF33;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

a.typeBLUE:link, a.typeBLUE:visited {color: #00D; text-decoration: none;}
a.typeBLUE:active, a.typeBLUE:hover {color: #900; text-decoration: underline;}

a.typeRED:link, a.typeRED:visited {color: #900; text-decoration: none;}
a.typeRED:active, a.typeRED:hover {color: #00D; text-decoration: underline;}

a.typeBOT:link, a.typeBOT:visited {color: #000; text-decoration: none;}
a.typeBOT:active, a.typeBOT:hover {color: #000; text-decoration: none;}
