body,div,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005566;
	padding: 30px 0 12px 0;
	margin: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #CCC9B8;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #005566;
	margin: 0 0 12px 0;
	width: 100%;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005566;
	padding: 8px 0 8px 0;
	margin: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #CCC9B8;
}


#topNavi ul {
	margin: 10px 0 0 0;
}
#topNavi ul li {
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 12px;
	background-image: url('/files/iat/images/arrowSmall.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#subNavi ul {
	padding: 15px 0 0 12px;
}
#subNavi ul li {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 0 12px;
	background-image: url('/files/iat/images/arrowSmallWhite.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

ul.check li {
	padding: 0 0 8px 24px;
	background-image: url('/files/iat/images/arrowCheck.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul.round li {
	padding: 12px 0 8px 24px;
	background-image: url('/files/iat/images/arrowRound.gif');
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
ul.small li {
	padding: 4px 0 0 12px;
	background-image: url('/files/iat/images/arrowSmall.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
ul.standard li {
	margin: 0 0 0 16px;
	padding: 0 0 6px 4px;
	background: none;
	list-style-type: disc;
}
ul.check li ul li,
ul.round li ul li,
ul.standard li ul li {
	font-size: 11px;
	padding: 2px 0 2px 4px;
	margin: 0 0 0 16px;
	background: none;
	list-style-type: disc;
}

#topClaim {
	font-size: 13px;
}

#contentFull p,
#contentLeft p,
#contentLeftMain p,
#contentLeftSub p {
	font-size: 11px;
	color: #999999;
	margin: 0 0 12px 0;
}z

#imageText {
	padding: 4px 0 4px 0;
	text-align: right;
	font-size: 11px;
	color: #999999;
}
	#imageNaviText {
		width: 165px;
		padding: 8px 0 0 0;
		text-align: center;
		font-size: 11px;
		color: #999999;
	}

#bottomLinks {
	text-align: left;
}
#bottomLinks p {
	padding: 0 0 4px 0;
	font-size: 11px;
	color: #999999;
}
#bottomLinks ul li {
	font-size: 11px;
	line-height: 16px;
}

#footer p {
	padding: 0 32px 0 0;
	font-size: 11px;
	color: #999999;
}

.textCenter {
	text-align: center;
}

strong, b {
	font-weight: bold;
}

/* common typo helpers */
.smaller {
	font-size: 11px;
}
.gray {
	color: #999999;
}