body {
	font: 0.69em Arial, sans-serif;
	color:#333333;
	background: #f4f3f3 url(../pics/ida-bg.jpg) repeat-x;
	padding: 70px 0 40px;
}

.boldText {
	color:#000000;
	font-weight: bold;
	}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a
{
	color: #CC0000;
	text-decoration: underline;
}

a:hover
{	
	color: #FF9900;
	text-decoration: underline;
}

p
{
	overflow: hidden;
	padding: 10px 1.55em 0 1.55em;
	text-align: left;
}

.index-boxes p {
	font-size: 1.45em;
	color:#FFFFFF;
	overflow: hidden;
	padding: 10px 1.55em 0 1.55em;
	text-align: left;
}

.container_12
{
	margin-bottom: 20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.73em;
	color:#F16422;
	padding: 1.33em 0.57em 0em 0.57em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.27em;
	color:#929497;
	padding-bottom:1.33em;
	border-bottom: 2px solid #F16422;
	margin: 0 1.21em 1.33em 1.21em;
}

h3 {
	font-size: 1.18em;
	color:#F16422;
	padding: 2em 1.31em 0 1.31em;
	margin: 0;

}

h4 {
	font-size: 1.45em;
	color:#000000;
	padding: 1.4em 1.06em 0 1.06em;

}

h5 {
	font-size: 1.45em;
	padding: 0 1.06em 0 1.06em;

}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}


p,
h4 {
margin-bottom: 10px;
}

dl,
hr,
h1,
h2,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	display: block;
	font-size: 1.27em;
}

#sectionLinks ul{
	display: block;
	list-style: none;
	}

#sectionLinks ul li {
	padding: 0.91em 0em 0.36em 0em;
	margin: 0em 0em 0em 0em;
	border-bottom: 5px solid #D3D4D5;
	}
	
#sectionLinks ul li a {
	color: #333333;
	text-decoration: none;
}

#sectionLinks ul li a:visited {
	color: #333333;
	text-decoration: none;
}

#sectionLinks ul li a:focus {
	color: #F16422;
	text-decoration: none;
}

#sectionLinks ul li a:hover {
	color: #F16422;
	font-weight: bold;
	text-decoration: underline;
}

#sectionLinks ul li a:active {
	color: #F16422;	
	font-weight: bold;
	text-decoration: underline;
}

/*********** #tables styles ***********/


table {
	width:95%;
	margin-left: 1.55em;
	padding-left: 0;
}

th {
	font-weight: bold;
	text-align:left;
	background: #F5FAFA;
	color: #000000;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 0 6px 6px;
}

td {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 0 6px 6px;
	color: #4f6b72;
}

tr.totalsText td{
	font-weight: bold;
	background: #F5FAFA;
	color: #000000;
	border-bottom: 1px solid #999999;
}