/*
	Make all captions italic.
*/
CAPTION, TR.caption
{
	font-style:italic;
	font-weight:bold;
	font-family:sans-serif;
	font-size:14;
	text-align:center
}

/*
	Titles
*/
H1.sitetitle
{
	text-align:center
}
/*
	Doc
*/
DIV.Doc
{
	margin:0 5px 0 5px
}
DIV.Doc DIV
{
	clear:both
}
DIV.Doc P
{
	padding:0;
	margin:0;
	font-family:"Times New Roman";
	font-size: 10pt
}
DIV.Doc TABLE TD P
{
	margin-left:1em;
	text-indent:-1em
}
DIV.Doc H1, Div.ExDoc H1, Div.Ref
{
	text-align:center;
	padding:0;
	margin:0
}
Div.Ref P
{
	font-size:small
}
DIV.Doc H1 P, Div.ExDoc H1 P
{
	font-size:11pt
}
DIV.Footnote HR
{
	border:none;
	height:0.7em;
	color:black;
	background-color:black;
	width:20%
}

DIV.Doc P.Address
{
	text-align:center
}
DIV.Doc P.Contact
{
	text-align:center;
	margin-bottom:1em
}
DIV.Doc H2
{
	text-align:left;
	font-size:10pt;
	margin:0 0 1em 0
}

H2.Summary
{
	text-align:left
}
H2.Summary P
{
	font-size:11pt;
	margin:10pt 0 10pt 0;
	border:thin solid 1pt;
`	background:#CCCCCC;
	font-weight:bold
}

DIV.ExDoc P
{
	margin:0 0 1em 0
}

DIV.Doc TABLE
{
	display:inline;
	border-collapse:collapse;
	border:none;
	margin:0 0 1em 0;
	width:100%
}
DIV.Doc TH
{
	text-align:left;
	padding:0
}
DIV.Doc TD
{
	padding:0
}
DIV.Doc TD.Location
{
	vertical-align:top;
	white-space:nowrap;
	text-align:right
}
DIV.Doc TH.Position
{
	font-style:italic;
	font-weight:normal
}
DIV.Doc TD.Period
{
	vertical-align:top;
	white-space:nowrap;
	font-style:italic;
	text-align:right
}
DIV.Doc UL
{
	padding:0;
	margin:0 0 0 1em
}
DIV.Doc UL LI
{
	padding:0;
	margin:0
}
DIV.Doc UL LI P
{
	margin-left:0;
	text-indent:0
}

/*
	Picture List.
*/
DIV.pix
{
	text-align:center
}
DIV.pix P
{
	margin:0;
	padding:0
}
DIV.pix TABLE
{
	display:inline
}
DIV.pix TR.pix TD
{
	padding:0 15px 15px 0;
}
DIV.pix TR.caption TD
{
	padding:0 15px 0 0;
}

/*
	Inline picture
*/
IMG.left
{
	float:left;
	margin:0 10px 10px 0
}
IMG.right
{
	float:right;
	margin:0 0 10px 10px
}

/*
	Change the link colors and make them change when hovering.
*/
A:hover
{
	color:red;
	background-color:yellow
}
A:visited, A:active, A:link
{
	text-decoration:none;
	font-weight:bold
}
A:link
{
	color:#285546
}

/*
	Make notated items visible
*/
ACRONYM
{
	color:#929254
}

/*
	Containing table style, including left-hand links.
*/
BODY
{
	background-image:url("Images/DefaultBackground.jpg");
	margin:0;
	border-style:none
}
TABLE.content
{
	margin:0;
	border-style:none;
	border-collapse:collapse;
	table-layout:fixed
}
TD.border
{
	vertical-align:top;
	width:10em;
	padding:0;
	border-right:thin solid black
}
TD.border TD
{
	padding:0
}
TD.border TABLE
{
	border-collapse:collapse;
	margin:14px 9px 9px 9px;
	width:8.5em;
	border-spacing:0
}
TD.border TABLE P
{
	font-family:Arial Narrow, sans-serif;
	margin:0.4em 0 0.4em 0;
	font-weight:bold;
	text-align:left;
	color:#285546;
	white-space:nowrap
}
TD.border TABLE TD.dot
{
	width:1.5em
}
TD.border TD.special
{
	text-align:right;
	font-style:italic
}
TD.body
{
	vertical-align:top;
	padding:8px 8px 8px 8px
}
SPAN.tm
{
	font-size:55%;
	font-variant:small-caps;
	vertical-align:text-top
}
SPAN.Footnote
{
	font-size:65%;
	vertical-align:text-top
}

/*
	Standard font for all text.
*/
P
{
	font-family:sans-serif
}

/*
	Links page.
*/
TABLE.linklist
{
	border-collapse:collapse
}
TABLE.linklist TD
{
	border-top:thin solid
}

/*
	Slideshow
*/
BODY.slideshow TR.navigation TD
{
	border:thin outset #c0c0c0;
	text-align:center;
	background-color:#c0c0c0;
	padding:0
}
BODY.slideshow TH
{
	font-style:italic;
	font-weight:bold;
	font-family:sans-serif;
	font-size:14
}

/*
	Move the next paragraph below any floating objects
*/
BR.newtopic, H1, H2, H3
{
	clear:both
}
