body,td,th {
	font-family: Garamond, Arial, Verdana;
	font-size: 12pt;
	color: #CC9933;
}
body {
	background-color: #660000;
}
a {
	font-size: 12pt;
	color: #CC9933;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {
        font-size: 24pt;
}
.style2 {
	font-size: 14pt;
	font-weight: bold;
}
.border-dotted-1px {
	border: 1px dotted #660000;
}
.border-dotted-1px-br {
	border-top: 1px none #993300;
	border-right: 1px dotted #993300;
	border-bottom: 1px dotted #993300;
	border-left: 1px none #993300;
}
.border-dotted-1px-b {
	border-top: 1px none #993300;
	border-right: 1px none #993300;
	border-bottom: 1px dotted #993300;
	border-left: 1px none #993300;
}
.border-dotted-1px-r {
	border-top: 1px none #993300;
	border-right: 1px dotted #993300;
	border-bottom: 1px none #993300;
	border-left: 1px none #993300;
}

