.copyright_txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
h1              {
	color: #6590D4;
    font-size: 14pt; 
    font-family: Arial; 
    font-weight: bold; 
	margin-top:3; margin-bottom:4; 
	text-align:center; text-decoration:underline
}
h2, h3, h4, h5, h6  {
    font-family: Arial; 
    font-size: 12pt; 
    font-weight: bold; 
	color: #336699; 
	margin-top:3; margin-bottom:4;
	text-align:center
}
.white_bold_txt {
	color: #FFFEFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue_bold_txt {
	color: #2B56A5;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.blue_small_bold {
	color: #2755A2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:0; margin-bottom:0
}
.style3 {
	color: #6590D4;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {
	color: #569520;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #CED1D8;
}
a:link {
	color: #2B56A5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B56A5;
}
a:hover {
	text-decoration: none;
	color: #E58800;
}
a:active {
	text-decoration: none;
	color: #E58800;
}
:link.black_link {
	color: #000000;
	text-decoration: none;
}
:visited.black_link {
	text-decoration: none;
	color: #000000;
}
:hover.black_link {
	text-decoration: none;
	color: #E58800;
}
:active.black_link {
	text-decoration: none;
	color: #E58800;
}