@charset "iso-8859-1";
<!--
body {
	background-color: #FF9966;
}
td.white {
	background-color: #FFFFFF;
}
td.light {
	background-color: #f19c7b;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #770000;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #770000;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #770000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #770000;
	text-align: left;
}
p.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
p.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #770000;
	text-align: right;
}
p.center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
p.centerbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #770000;
	text-align: center;
}
p.justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
p.black11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
p.brown20 { color : #770000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 22px; 
text-align:center; 
}
sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #533799;
	text-align: left;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #770000;
	text-align: left;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #770000;
	text-align: left;
}



div.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.mainborder {
	border-top: thin solid #CC9966;
	border-right: thin solid #996633;
	border-bottom: thin solid #996633;
	border-left: thin solid #CC9966;
	background-image: url(assets/Leather_Buff.jpg);
	background-repeat: repeat;
}
.imgborder {
	border: medium double #CC6600;
	background-color: #CC9933;
}

-->