body {
	height: 800px;
}

body a {
	color:#7A9BDE;
}

/*Main body contained in one table*/
.body-table {
	font-family: Arial, Helvetica, sans-serif;
	empty-cells: show;
	/*width: 90%;*/
	margin-left: 7%;
	margin-right: 7%; 	
	border-style: hidden;
	padding-top: 4px;
}

.body-borderline {
	width: 5px;
	border: #CCCCCC;
	border-width: 1px;
	border-right-style: solid;
	border-left-style:hidden;
	border-bottom-style: hidden;
	border-top-style: hidden;  
}

.body-borderline2 {
	width: 5px;
	border: #CCCCCC;
	border-width: 1px;
	border-right-style: hidden;
	border-left-style:solid;
	border-bottom-style: hidden;
	border-top-style: hidden;  
}

.body-whiteline {
	width: 5px;
	border-style: hidden;
}

.body-left {
	width: 150px;
	vertical-align: top;
	padding: 5px 0px 0px;	
	border: 3px;
	border-top-style: solid;
; border-color: #000000 #716E9D #716E9D
}

.body-middle {
	width: 450px;
	vertical-align: top;	
	border: 3px;
	padding: 0px;
	border-top-style: solid;
; border-color: #000000 #716E9D #716E9D
}


.body-right {
	width: 150px;
	vertical-align: top;
	padding: 5px 0px 0px;
	border: 3px;
	border-top-style: solid;
; border-color: #000000 #716E9D #716E9D
}

.body-borderline-bottom {
	font-size: 5px;
	height: 5px;
	border: #CCCCCC;
	border-width: 1px;
	border-right-style: hidden;
	border-left-style:hidden;
	border-bottom-style: solid;
	border-top-style: hidden; 
}

.body-bottom {
	border-style: hidden;
}

/*Text specific classes*/
a {
	text-decoration: none;
}

.body-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 25px;
	padding-top: 5px;
	color: #999999;
}
.body-subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	color: #4682b4;
}
.body-paragraph {
	line-height: 13pt;
	word-spacing: 1pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #585757;
}

/*Table specific classes*/
.body-tableclass {
	border-spacing: 1px;
}

.body-table-heading {
	background-color: #000000;
	color: #C4C4FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
}

.body-table-cell {
	background-color: #FFD7AE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
; text-align: center
}

/*Synopsys class*/
.mynitix-synopsys {
	font-family: Arial, Helvetica, sans-serif;
	font-size:7pt;
}

.body-nav {  font-family: Verdana, Geneva, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #FF7200; text-decoration: none}


ul {
	list-style-type: disc;
	padding: 0 0;
	margin: 0 0 0 20;
; color: #FF7200
}

