@media print {
}

@media print {
}
#TabNews { font-size:13px;
	float: left;
	width: 557px;
	padding-left: 18px;
	margin-bottom: 15px;
}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	width: 557px; /*leave this value as is in most cases*/
	float: left;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}

.indentmenu ul li{
display: inline;
}
.indentmenu ul .m01 {	
	text-align:center;
	background-image: url(/templates/theme002/noneactive.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 174px;
	margin-right: 3px;
}
.indentmenu ul .m01 a{
	padding-top:4px;		
	font-size:15px;
	float: left;
	color: white;
	text-decoration: none; /*navy divider between menu items*/
	display: block;
	height: 24px;
	width: 174px;
}
.indentmenu ul .m01 a.selected{
	
	color: white !important;
	background-image: url(/templates/theme002/active.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 174px;
}
.indentmenu ul .m02 {
	background-image: url(/templates/theme002/news02-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 174px;
	margin-right: 3px;
}
.indentmenu ul .m02 a{
	float: left;
	color: white;
	text-decoration: none; /*navy divider between menu items*/
	display: block;
	height: 24px;
	width: 174px;
}
.indentmenu ul .m02 a.selected{
	color: white !important;
	background-image: url(/templates/theme002/news02-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 174px;
}
.indentmenu ul .m03 {
	background-image: url(/templates/theme002/news03-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 174px;
	margin-right: 3px;
}
.indentmenu ul .m03 a{
	float: left;
	color: white;
	text-decoration: none; /*navy divider between menu items*/
	display: block;
	height: 24px;
	width: 174px;
}
.indentmenu ul .m03 a.selected{
	color: white !important;
	background-image: url(/templates/theme002/news03-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 174px;
}
.col  {
	float: left;
	width: 520px;
	text-align: left;
	display: block;
	background-image: url(/templates/theme002/icon02.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-left: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;
	padding-right: 10px;
}
.all  {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
	background-image: url(/templates/theme002/icon03.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 10px;
}
#NewsD {
	float: left;
	width: 557px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #79a018;
	background-image: url(/templates/theme002/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#NewsD a {
	color: #333;
	text-decoration: none;
}
#NewsD a:hover {
	color: #9932cc;
}




.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

#Banner {
	width: 565px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
#Banner  img {
	margin-right: 5px;
	margin-left: 3px;
	float: left;
}
#Bank {
	float: left;
	width: 557px;
	margin-left: 18px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	margin-bottom: 15px;
}
#Bank .b {
	float: left;
	width: 180px;
	border: 1px solid #CCC;
	margin-top: 5px;
}
#Bank span {
	float: right;
	text-align: left;
	display: block;
	width: 125px;
	line-height: 16px;
	color: #666;
}
#Bank img {
	float: left;
}
