.normal_white_text {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.small_yellow_text {
	font-family: tahoma;
	font-size: 10px;
	color: #FEFF75;
}
.bold_yellow_text {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FEFF75;
}
.Green_text {
	font-family: tahoma;
	font-size: 14px;
	color: #4E7700;
	font-weight: bold;
}
.normal_black_text {
	font-family: tahoma;
	font-size: 11px;
	color: #444444;
}
.Nevigation_text {
	font-family: tahoma;
	font-size: 11px;
	color: #002363;
	font-weight: bold;
}
a:link {
	color: #002363;
	text-decoration: none;
}
a:visited {
	color: #002363;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.yellow_link:link {
	color: #FEFF75;
	text-decoration: none;
}
.yellow_link:visited {
	color: #FEFF75;
	text-decoration: none;
}
.yellow_link:hover {
	color: #FF0000;
	text-decoration: none;
}
.yellow_link:active {
	color: #FF0000;
	text-decoration: none;
}
body {
	background-color: #D9EBFF;
}
.title_blue {
	font-family: tahoma;
	font-size: 12px;
	color: #333399;
	font-weight:bold;
}