/* INNOVA.css */
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #0f2749;
	font-size:14px;
}

p {
	font-size:14px;
	margin-bottom:14px;
}

ul {
	margin-bottom:14px;
	margin-left:16px;
}

li
{
	font-size:14px;
}

h1 {
	font-size:24px;
	margin-bottom:14px;
}

/* ie 7 */
*:first-child+html h1.iePad {
	padding-top:2px;
}

/* ie 6 */
* html h1.iePad {
	padding-top:2px;
}


h2 {
	font-size:16px;
	margin-bottom:14px;
}

h3 {
	font-size:14px;
	margin-bottom:14px;
}

h6 a {
 	font-size:14px;	
	font-weigth:bold;
}

/* LINKS */
a:link, a:visited
{
	color:#00AEEF;
	text-decoration:none;
}

a:hover, a:active
{
	color:#00AEEF;
	text-decoration:underline;
}

/* TABLE FORMATTING */
.standard {
	background-color:transparent;
}
table.standard {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
}
table.standard tr.tr1 {
	background-image:url('../jpg/general/table-tr1-background.jpg');
	background-repeat:repeat-x;
	background-color:#a9d82a;
}
table.standard td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	font-size:12px;
	vertical-align:top;
}
table.standard td.td1 {
	background-color: #444;
}

div.pdfTables
{
	margin-top:20px;
}
table.pdfTable {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
	width:100%;
}
table.pdfTable tr.tr1 {
	background-color: #a8d62b;
}
table.pdfTable td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	font-size:12px;
}
table.pdfTable td.td1 {
	background-color: #a8d62b;
}

/* NAVIGATION IMAGES */
img.rightBorder
{
	border-right:1px solid #FFF;
}

div.noRightMargin
{
	margin-right:0px;
}