/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 16px;
	color: #535353;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}



.text1 {
	font-family: Tahoma;
	font-size: 16px;
	color: #535353;
}
.text1_B {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #535353;
}
.text_foot {
	font-family: Tahoma;
	font-size: 12px;
	color: #C1D1D7;
}
.text_blue {
	color: #1083C1;
	font-weight: bold;
	font-size: 18px;
}
.text_black {
	color: #535353;
	font-weight: bold;
	font-size: 18px;
}

.text_orange {
	color: #FF9900;
	font-weight: bold;
	font-size: 18px;
}