html,body{
	height: 100%;
	overflow: hidden;
}
.list1 li{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-top-color: #BABABC;
	border-bottom-color: #89898C;
	background-color: #ACACAF;
	line-height: 0px;
}
.list1 li table{
	line-height: normal;
}
.list1 li:nth-child(even){
	background-color: #97979B;
}
#list2 li:nth-child(even){
	background-color: #eeeeee;
}
#categ1 {
	font-size: 18px;
}
#categ1 li{
	line-height: 70px;
}
.lnk {
	font-size: 14px;
	color: #0B5199;
	text-decoration: none;
}
.content {
	padding:0px 10px;
	background-color: white;
}
p {
	font-family: Helvetica;
	font-size: 12px;
}
.title {
	color: blue;
	margin-bottom: 4px;
}
.subtitle {
	font-style: italic;
	color: gray;
	margin: 0px;
	margin-bottom: 4px;
}
.subsubtitle {
	margin: 16px 0px 0px 0px;
}
.lst {
	margin: 0px;
	padding: 0px 14px;
}
.lst li {
	font-family: Helvetica;
	font-size: 12px;
	margin: 0px;
	list-style-type: square;
}
.iphone_theme .mblTabBarSegmentedControl .mblTabBarButtonIconArea {
	display: none;
}
