@charset "utf-8";
/* CSS Document */

.default_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color:#006699;
}
a:active {
	text-decoration: underline;
	color: #006699;
}
.heading1_blue,.heading1_green,.heading1_orange,.heading2_blue,.heading2_green,.heading2_orange {
	font-weight: bold;
}
.heading1_blue {
	font-size: 12px;
	color: #006699;
}
.heading1_green {
	font-size: 12px;
	color: #99CC33;
}
.heading1_orange {
	font-size: 12px;
	color: #FF9933;
}
.heading2_blue {
	font-size: 14px;
	color: #006699;
}
.heading2_green {
	font-size: 14px;
	color: #99CC33;
}
.heading2_orange {
	font-size: 14px;
	color: #FF9933;
}
.light_blue_bg {
	background-color: #B2D1E0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006699;
}
table.tableframe {
	background-color:#B2D1E0;
}
table.tableframe td {
	background-color:#FFF;
}
.main_menu{
	font-weight: bold;
}
.main_menu a:link {
	text-decoration: none;
}
.main_menu a:visited {
	text-decoration: none;
}
.main_menu a:hover {
	text-decoration: underline;
}
.main_menu a:active {
	text-decoration: underline;
}
.orange_border{
	border: #ff9933 2px solid;
}