.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: normal;

}

.textbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
}

.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}

.textbold2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
}

.linkbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EF7331;
	font-weight: bold;
	line-height: normal;
}

A {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	COLOR: #EF7331;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;

	
}

A:active {
	COLOR: #0D4075;
}
A:hover {
	TEXT-DECORATION: underline ; COLOR: #0D4075;
}
A:visited {
	COLOR: #DD936B
}

