@charset "utf-8";
/* CSS Document */

body {
	margin: 10px;
	padding: 0;
	background-color: #2D0F0F;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

/* links */

a.outTxt, a.outTxt:link, a.outTxt:visited, a.outTxt:active {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	color: #666600;
}
a.outTxt:hover {
	color: #003366;
}

/* text styles */

.mainText {
	text-indent: 20px;
	color: #000000;
	font-size: 16px;
	text-align: justify;
}
.mainTextIn {
	text-indent: 20px;
	padding-left: 40px;
	color: #000000;
	font-size: 14px;
	text-align: justify;
}
.note {
	color: #003366;
	font-size: 10px;
}
.blueText {
	color: #003366;
	font-size: 14px;
}
.blueTextSpan {
	color: #003366;
	font-size: 14px;
	margin-left: 40px;
}
.blackText {
	color: #000000;
	font-size: 14px;
}
.brownText {
	color: #666600;
	font-size: 14px;
}

/* headings */

h1 {
	color: #003366;
	margin: 5px;
	margin-top: 15px;
	font-size: 20px;
}
h2 {
	color: #666600;
	margin: 5px;
	margin-top: 15px;
	font-size: 18px;
}
h3 {
	color: #333300;
	margin: 5px;
	margin-top: 10px;
	font-size: 16px;
}


.wide {
	letter-spacing: 4px;
}

p {
	margin: 0px;
	padding: 0px;
}
