.footer {
	font-family: tahoma;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.text {
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.text2 {
	font-family: tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.nav_bgd {
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/nav-bgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main_bgd {
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/BG_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CED1F2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #58A0B8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58A0B8;
}
a:hover {
	text-decoration: underline;
	color: #58A0B8;
}
a:active {
	text-decoration: none;
	color: #58A0B8;
}

