.Plain_Text {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.Plain_Text_Bold {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: bold;
}

.Plain_Text_Red {
	margin: 0;
	padding: 0;
	color: #FF0000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}


.Title_Header_Big {
	color: #6894d3;
	font: normal 28px Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.Title_Header_Medium  {
	color: #6894d3;
	font: normal 18px Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	
}

.Title_Header_Small {
	color: #6894d3;
	font: bold 14px Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.Title_Header_Big_Green {
	color: #02ac92;
	font: normal 28px Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.Title_Header_Medium_Green  {
	color: #02ac92;
	font: normal 18px Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	
}

.Title_Header_Small_Green {
	color: #02ac92;
	font: bold 14px Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}


img {
	border:0;
}
a, a:link, a:visited {
	color: #6894d3;
}

a:hover {
	text-decoration: none;
}

