.SectionHeader
{
	font-family: "Arial Black";
	font-size: 16pt;
	color: Navy;
	text-align: left;	
}

.Header_png
{
	text-align: Left;
	width: 1024px;
	height: 105px;
	margin: 0px auto;
	background: url("images/NewHeader.png") no-repeat;	
}

.Bottom_png
{
	text-align: center;
	width: 1024px;
	height: 20px;
	margin: 0px auto;
	background: url("images/Bottom.png") no-repeat;
}

.Body_png
{
	text-align: center;
	width: 1024px;
	background: url("images/Body.png");
	height: auto;
	margin: 0px auto;
	background-repeat: repeat-y;
}

.LinkBar
{
    background-color: #0A72A8;
    margin: 0px 18px 5px 16px;
    padding: 5px 0px 5px 0px;
    text-align: left;
    border-radius: 3px;
}

a.LinkBar
{
    background-color: Transparent;
    color: White;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

a.LinkBar:Hover
{
    background-color: Transparent;
    color: Silver;
    font-family: Arial;
    font-size: 11pt;
    text-decoration: none;
}

.Overall
{
	text-align: center;
	background: url("images/body_bg.png") repeat;
	font-family: "Arial";
	font-size: 11pt;
	width: 1024px;
	margin: 0px auto;
	font-family: "Arial";
	font-size: 11pt;
	color: Black;
}

hr
{
	width: 980px;
}

.PageTitle
{
	font-family: "Arial";
	font-size: 16pt;
	font-weight:bold;
	color: Navy;
	text-align: Left;
}

h1
{
	font-family: "Arial Black";
	font-size: 16pt;
	color: Navy;
	text-align: left;
}

.header3
{
	font-family: "Arial";
	font-size: 14pt;
	color: Navy;
}

h2
{
	font-family: "Arial";
	font-size: 12pt;
	color: Navy;
}

p
{
	font-family: "Arial";
	font-size: 11pt;
}

li
{
	font-family: "Arial";
	font-size: 11pt;
}

dt
{
	font-weight: bold;
	font-size: 11pt;
}

dd
{
	margin-bottom: 20px;
	font-size: 11pt;
}

.Base
{
	width: 980px;
	border-style: none;
	font-size: 11pt;
}

.Examples
{
	width: 980px;
	font-size: 11pt;
}

img
{
	border: none;
}

div.DefTerm
{
	font-size: 11pt;
	font-weight: bold;
	margin-left: 0px;
	margin-right:0px;
}

div.DefDesc
{
	font-size: 11pt;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right:10px;
}

div.SubFields
{
	font-size: 11pt;	
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right:10px;
}
