/* CSS Document */
HTML {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}


body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.0pt;
	margin:0;	
	
}




.TContent{
	width:680px;
	
}

img {
	border:0;
	margin:0;
	padding:0;
}


.HeaderContent {
	font-size:20pt;
	font-weight:bold;
	color: #FFFFFF;
	border:0;
	line-height:68px;
	padding-right:60px;
}

h1, h2, h3, h4, h5 {
	padding:0 0 0 0;
	margin:30px 0 0 0;
}

a {
	text-decoration: none;
}


/* ------------------------------------------------------ */

/* 							  	Table of Contents											*/

/* ------------------------------------------------------ */

.tocH1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22.0pt;
	font-weight:bold;
	color:#C00000
}

.tocH2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12.0pt;
	font-weight:bold;
	color:#0000FF;
	line-height:28.0pt;
}
.tocH2{
	font-size:14.0pt;
	font-weight:bold;
	line-height:28.0pt;
}
.tocH3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.0pt;
	font-weight:bold;
	color:#000000;
	line-height:20.0pt;
}

.tocH4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.0pt;
	font-weight:normal;
	color:#000000;
	margin-bottom:5.0pt;
	line-height:115%;
	padding-left:80px;
	margin-left:25px;
	text-indent:-25px;
}


/* ------------------------------------------------------ */

/* 							  				Headings												*/

/* ------------------------------------------------------ */

h1 {
	font-size:19.0pt;
	font-weight:bold;
	text-align:center;
	color:#C00000
}

h2{
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	line-height:26pt;
	background:url(image002.gif) no-repeat left;
	padding-left:60px;
	
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.0pt;
	font-weight:bold;
	color:#000000;
	line-height:20.0pt;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.0pt;
	font-weight:normal;
	color:#000000;
	line-height:20.0pt;
	padding-left:100px;
}

.subhead1 {
	font-size: 14pt;
	color: #E36C0A;
}

p {
	padding:0;
	margin-top:5.0pt;
	margin-bottom:11.0pt;
}


.FirstCap{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color:#C00000;
}

.Gray {
	color: #666666;
}

ul li{
	list-style: outside url(image001.gif);	
	margin-left: 0px; /* 1st level bullet position */
}
ul ul li{
	list-style: outside url(arrow-right.GIF);
	margin-left:-25px; /* 2nd level bullet position */
}
li{
	padding-left: 6px;
	padding-bottom:11pt;
}

#idxPic {
	background: url(image000.gif);
	height:328px;
	width:332px;
	padding:0;
	margin:0 auto;
}


/* ------------------------------------------------------ */

/* 													Box														*/

/* ------------------------------------------------------ */

.RedBoxOutline3px {
	border:3px #C00000 solid;
	margin:12pt auto;
	padding:2px;
	line-height:100%;
}

.RedBoxOutline3px p {
	margin:0;
}
.RedBoxOutline1px {
	border:1px #C00000 solid;
	padding:5px;
	margin:0;
	line-height:100%;
}
.bgLightRed{
	background: #FFDFDF;
}
.rbText {
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	color:#000000;
}


/*
---------------------------------------------------------
											Table Formats
---------------------------------------------------------
*/

table.BlackOutline {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}
table.BlackOutline th {
	border-width: thin thin thin thin;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;

}
table.BlackOutline td {
	border-width: thin thin thin thin;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}
table.BlackOutline td p {
	margin:0;
}



table.RedBox {
	border:#C00000 solid;
}

table.RedBox td {
	border:1px #C00000 solid;
	background:#FFDFDF;
}

Table.RedBox table{
	border: none;
}

Table.RedBox table td{
	border:none;
	background: top;
}




.NoTopMargin {
	margin-top:0px;
}
.NoBottomMargin {
	margin-bottom:0px;
}
.NoPadding-Bottom {
	padding-bottom:0px;
}


.NoBackground {
	background: none;
}


.TopMargin {
	margin-top:15px;
}


.Bold {
	font-weight:bold;
}


.Normal {
	font-weight:normal;
}


.Red{
	color:#C00000;
}


.Blue{
	color:#0000FF;
}


.Black {
	color:#000000;
}


.aLeft {
	text-align:left;
}

.aRight{
	text-align:right;
}


.aCenter {
	text-align:center;
}

.byName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

.NormalLineHeight{
	line-height:115%;
}

.YellowBlackHighlight {
	padding: 5px;
	background:#FFFF66;
	font-weight:bold;
	font-style: italic;	
}
