/* CSS Document */

body {
	background-color: #003300;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.TimesRoman_12PT {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #272425;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.TimesRoman_10PT {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #272425;
}
.TimesRoman_12PT_Bold_Center {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.TimesRoman_16PT_Bold_Center {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
.TimesRoman_12PT_Bold_Underline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.TimesRoman_12PT_Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 20px;
}
.Line {
	color: #7F7F7F;
}
.TimesRoman_14PT_Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: justify;
}
.TimesRoman_14PT_Bold_Underline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

