@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
}

#top {
	background-color: #343434;
}
#stripe {
	background-color: #343434;
}
.bgmain {
	background-color: #ffffff;
}
.hmenu {
	font-family: tahoma;
	font-size: 14px;
	color: #292929;
}
.hmenu a {
	font-family: tahoma;
	font-size: 14px;
	color: #292929;
	text-decoration:none
}
.hmenu a:hover {
	font-family: tahoma;
	font-size: 14px;
	color: #6d6d6d;
	text-decoration:none
}
.bmenu {
	font-family: tahoma;
	font-size: 12px;
	color: #4a4a4a;
	text-align:center;
}
.bmenu a {
	font-family: tahoma;
	font-size: 12px;
	color: #4a4a4a;
	text-decoration:none;
}
.bmenu a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #6d6d6d;
	text-decoration:none;
}
.mtext {font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:25px;
	margin-right:25px;
}
.tText {
	font-family: tahoma;
	font-size: 18px;
	font-weight:bold
	color: #292929;
}
.hText {
	font-family: tahoma;
	font-size: 14px;
	color: #292929;
}