body {
	margin: 0;
	background-color: #446644;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 6px;
}

.title {
	background: #FFF;
	background-image: url(/images/title.gif);
	height: 100px;
	text-align: right;
	vertical-align: top;
}
.title img {
	margin: 16px 28px 0 0;
	background-color: #444466;
	border: 2px solid #444466;
}

.main {
	background-image: url(/images/sides.gif);
	background-repeat: repeat-y;
	padding: 4px 18px 0 18px;
	vertical-align: top;
	text-align: left;
}
.main img {background-color: #664444; border: 2px solid #664444;}

.titlebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	height: 22px;
	padding: 0 0 0 6px;
	background-image: url(/images/titlebar_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #444466;
}
.titlebar2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	height: 22px;
	padding: 0 0 0 6px;
	background-image: url(/images/titlebar_bg2.gif);
	background-repeat: repeat-x;
	border: 1px solid #446644;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 4px 4px 4px 6px;
	vertical-align: top;
	text-align: left;
}
.bodytext div {
	padding: 0 0 4px 0;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EE7777;
	background-image: url(/images/sides.gif);
	background-repeat: repeat-y;
	text-align: center;
}

a.typeBR:link, a.typeBR:visited	{color: #0000CC; text-decoration: none;}
a.typeBR:active, a.typeBR:hover	{color: #CC0000; text-decoration: none;}

a.typeBLUE:link, a.typeBLUE:visited	{color: #0000CC; text-decoration: none;}
a.typeBLUE:active, a.typeBLUE:hover	{color: #447744; text-decoration: underline;}

a.typeRED:link, a.typeRED:visited	{color: #CC0000; text-decoration: none;}
a.typeRED:active, a.typeRED:hover	{color: #447744; text-decoration: underline;}

a.typeBOT:link, a.typeBOT:visited	{color: #992222; text-decoration: none;}
a.typeBOT:active, a.typeBOT:hover	{color: #BB5555; text-decoration: none;}

