body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
}
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #223E00;
}

/* link */

a:link {color: #C55A14;	text-decoration: none;}
a:visited {color: #C55A14; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

a.menu:link {color: #914800; text-decoration: none; font-weight: bold; font-size: 16pt;}
a.menu:visited {color: #914800; text-decoration: none; font-weight: bold; font-size: 16pt;}
a.menu:hover {color: #FF9224; text-decoration: none; font-weight: bold; font-size: 16pt;}
a.menu:active {color: #FF9224; text-decoration: none; font-weight: bold; font-size: 16pt;}

a.menu1:link {color: #000000; text-decoration: none; font-weight: normal; font-size: 10pt;}
a.menu1:visited {color: #000000; text-decoration: none; font-weight: normal; font-size: 10pt;}
a.menu1:hover {color: #C55A14; text-decoration: none; font-weight: normal; font-size: 10pt;}
a.menu1:active {color: #C55A14; text-decoration: none; font-weight: normal; font-size: 10pt;}

/* text */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #24036a;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

.color-bold {color: #9A4B16; font-weight: bold; }
.color-normal {color: #A56108}
.color-small {
	font-size: 10pt;
	font-weight: normal;
	color: #9C4910;
}
.small {
	font-size: 10pt;
}

/* borders */

.brd-index {
	border: 1px solid #b5b6b8;
}
.brd-top-dashed {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DC6516;
}
.brd-bottom-dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4CFB1;
}
.table-dotted {
	background-color: #d6b68c;
	border: 2px dotted #C65910;
}
.img-right-space {
	margin-bottom: 10px;
	margin-left: 10px;
}
.table-form {
	border: 1px dashed #9C4910;
}

.bold24pt {
	font-size: 24pt;
	font-weight: bold;
}
.bg-text {
	background-color: #bdb66b;
}
.text-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
}
