.nav1 {
	color: #660000;
	text-decoration: none;
}
.nav1:hover {
	color: #660000;
	text-decoration: underline;
}
.logo {
	background-image:   url(images/topbg.gif);
}
.menu {
	background-image:   url(images/home_08.gif);
}
.homebg {
	background-image:   url(images/main_bodybg.gif);
}
.midbg {
	background-image:   url(images/bar_bg.gif);
}
.devide {
	background-image:   url(images/devide_bg.gif);
}
.txtbg {
	background-image:   url(images/body_bg.gif);
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: 300;
	padding: 15px;
}
.maintab {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}