body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);



}
.top-bg {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottom-bg {
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.header-bg {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer-text {
	color: #4896E3;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.footer-text-bold {
	color: #4896E3;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.footer-text-bold:hover {

	color: #BCC5C8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;

}
.text-bold {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.yellowtext-bold {


	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFD200;
	text-decoration: none;
	line-height: 16px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.innerpage-bg {
	background-image: url(images/innerpage_cont_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 14px;
}
.innerpage-bg01 {
	background-image: url(images/innerpage_cont_bg_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #001D4F;


}

