/* CSS Document */

.FontStyle1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.FontStyle2 {
	color: #587992;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}


.FontStyle4 {color: #587992}
a:link {
	color: #587992;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}

.FontStyle5 {
	color: #587992;
	font-weight: bold;
	font-size: 18px;
}

.FontStyle6 {
	color: #587992;
	font-weight: bold;
	font-size: 16px;
}

.FontStyle7 {
	color: #587992;
	font-size: 14px;
	font-style: italic;
}

.FontStyle8 {
	color: #587992;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}
.FontStyle9 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.FontStyle10 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.FontStyle11 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}

.FontStyle12 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}

.FontStyle13 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
.FontStyle14 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.FontStyle15 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.FontStyle16 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.HeaderTable {
	font-size: 0px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
