.tabNavSelected {
	font: 7pt calibri, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #F5ddbb;
	color: #9b0000;
	padding: 3px;
}

.tabNavNotSelected {
	font: 7pt calibri, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #d5bd9b;
	padding: 3px;
}
.cocTable {
	border:1px solid #9b0000;
	background-color:#F5ddbb;
	padding:0px 0px 0px 0px;
	spacing:0px 0px 0px 0px;
	width: 648px;
	border-collapse: separate;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1.2em 0 1.2em 0; /* set margins as desired */
/* font: bold 11px verdana, arial, sans-serif; /* set font as desired */

border-bottom: 2px solid #9b0000; /* set border COLOR as desired --                                      cross line   */

list-style-type: none;
padding: 2px 2px 2px 2px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #F5ddbb; /* set selected tab background color as desired */
color: #9b0000; /* set selected tab link color as desired */
font-weight: bold;

border-top: 2px solid #9b0000; 
border-left: 2px solid #9b0000; 
border-right: 2px solid #9b0000; 

position: relative;
top: 0px; 
vertical-align:bottom;                                                                               /* Current tab's top space */
padding-top: 2px; /* must change with respect to padding (X) above and below */
padding-bottom:4px;

font-weight: bold;
}

ul#tabnav li a { /* settings for all tab links */
padding: 2px 2px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */

border: 1px solid #9b0000; /* set border COLOR as desired; usually matches border color specified in #tabnav */

background-color: #d5bd9b; /* set unselected tab background color as desired */
color: #8F7B6A; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
font-weight: bold;
}

ul#tabnav a:hover { /* settings for hover effect */


background: #9b0000; /* set desired hover color */
color: #ffffff;
font-weight: bold;

}
/* end css tabs */

.altRow {
	background:#d5bd9b;
}

table tr td, table tr th {
	padding:5px;
}