body {
	background-color: #000101;
	background-image: url(images/home-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
.white-border {
	border: 1px solid #FFFFFF;
}
.welcome-bg {
	background-color: #002041;
	background-image: url(images/home-welcome-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3C4753;
	border-left-color: #3C4753;
}
.welcome-bg2 {
	background-color: #012345;
	background-image: url(images/home-welcome-bg2.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3E94E8;
	border-bottom-color: #024486;
}
.maintxt {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
}
.f-txt {
	font-family: Verdana;
	font-size: 9px;
	color: #CCCCCC;
}
