.txtbold12 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2E4365;
}
.welcome_text {
	font-family: Arial;
	font-size: 18px;
	color: #405B7C;
	text-decoration: none;
}
.bodytext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 600px;
	width: auto;
	background-color: #FFF7EA;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A0B6C6;
	border-right-color: #A0B6C6;
	border-left-color: #A0B6C6;
}
.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F8F3DF;
}
