/* CSS Document */

/* Settings for Native American section */
/* dynamicgateway.css calls this file and holds generic and wrapper classes that apply to this and other divs/exhibits */
/* These classes are NOT for Internet Explorer */

img.natamFloatLeft {
	float: left;
}

img.natamCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1.natam {
	font-size: 2em;
	color: #990000;
	text-align: center;
}

h2.natamRed {
	text-align: center;
	color: #FF0000;
	font-size: 1.5em;
}

h3.natamNavi {
	text-align: center;
	font-size: 1em;
}

h3.natamNaviBlue {
	text-align: center;
	color: #0000FF;
	font-size: 1em;
}

li.natamLiBigFont {
	font-size: 1.3em;
}

span.natamBigFont {
	font-size: 1.3em;
}

p.natamStarDivBlue{
	text-align: center;
	color: #0000FF;
}

p.natamStarDivGreen{
	text-align: center;
	color: #00560D;
}

p.natamStarDivRed{
	text-align: center;
	color: #FF0000;
}

p.natamStarDivOrange{
	text-align: center;
	color: #FF7F00;
}

p.natamEmphText {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 1em;
}

span.natamEmphText {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: 200;
}

p.natamBlue {
	color: #0000FF;
	font-size: 3em;
}

p.natamGreen {
	color: #00560D;
	font-size: 3em;
}

p.natamOrange {
	color: #FF7F00;
	font-size: 3em;
}

p.natamRed {
	color: #FF0000;
	font-size: 3em;
}

span.natamBlEmphasis{
	color: #0000FF;
}

span.natamWebResDescr{
	color: #00560D;
}

span.natamWebResSource{
	color: #FF7F00;
}

table.natamIndex {
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

th.natamIndex {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

th.natamIndexBig {
	text-align: center;
	font-size: 1em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
a.natamIndexBlue:link, a.natamIndexBlue:visited {
	color: #0000FF;
}
a.natamIndexOrange:link, a.natamIndexOrange:visited {
	color: #FF7F00;
}
a.natamIndexRed:link, a.natamIndexRed:visited {
	color: #FF0000;
}
a.natamIndexGreen:link, a.natamIndexGreen:visited {
	color: #00560D;
}

td.natamIndex {
	border-top: 1px solid #999999;
	padding: 0 0.3em 0 0.3em;
	border-left: 1px solid #999999;
}

