	/* begin css tabs */
	
	table.page tr td.navigation
	{
		padding:0px;
		margin:0px;
	}
	
	ul#tabnav 
	{ /* general settings */
		text-align: left; /* set to left, right or center */
		margin: 0em 0 0em 0; /* set margins as desired */
		border-bottom: 1px solid #1DBBCD; /* set border COLOR as desired */
		list-style-type: none;
		padding: 5px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
	}
	
	td.rightnav ul#tabnav 
	{
		text-align:right;
	}
	ul#tabnav li 
	{ /* do not change */
		display: inline;
	}
	
	ul#tabnav li.tabhighlight a
	{
	/* settings for all tab links */
		font-weight:bold;
		padding: 5px 4px; /* set border COLOR as desired; usually matches border color specified in #tabnav */
		background-color: #EAF4FF; /* set unselected tab background color as desired */
		color: #333333; /* set unselected tab link color as desired */
		margin-right: 0px; /* set additional spacing between tabs as desired */
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #1DBBCD;
		border-right-color: #1DBBCD;
		border-bottom-color: #1DBBCD;
		border-left-color: #1DBBCD;
		font-size:10px;
		padding-bottom:6px;
		cursor:default;
	}
	
	body#tab1 li 
	{ /* settings for selected tab */
		border-bottom: 1px solid #fff; /* set border color to page background color */
		background-color: #fff; /* set background color to match above border color */
	}
	
	body#tab1 li a 
	{ /* settings for selected tab link */
		background-color: #fff; /* set selected tab background color as desired */
		color: #000; /* set selected tab link color as desired */
		position: relative;
		top: 1px;
		padding-top: 4px; /* must change with respect to padding (X) above and below */
	}
	
	ul#tabnav li a 
	{ /* settings for all tab links */
		font-weight:bold;
		padding: 5px 4px; /* set border COLOR as desired; usually matches border color specified in #tabnav */
		background-color: #FFFFFF; /* set unselected tab background color as desired */
		color: #0A364B; /* set unselected tab link color as desired */
		margin-right: 0px; /* set additional spacing between tabs as desired */
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		border-top-color: #1DBBCD;
		border-right-color: #1DBBCD;
		border-bottom-color: #1DBBCD;
		border-left-color: #1DBBCD;
		font-size:10px;
	}
	
	ul#tabnav a:hover 
	{ /* settings for hover effect */
	color:#004E82; /* set desired hover color */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
		background-color: #EAF4FF; /* set unselected tab background color as desired */
	}
	td.rightnav ul#tabnav li 
	{
	font-weight:normal;
	background-color: #F9FCFF; /* set unselected tab background color as desired */
	color: #0A364B; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	font-size:10px;
	}
	td.rightnav ul#tabnav li a
	{ /* settings for all tab links */
	font-weight:normal;
	padding: 4px 4px; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #F9FCFF; /* set unselected tab background color as desired */
	color: #0A364B; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #92E6EF;
	border-right-color: #92E6EF;
	border-bottom-color: #92E6EF;
	border-left-color: #92E6EF;
	font-size:10px;
	}
	
	td.rightnav ul#tabnav a:hover 
	{ /* settings for hover effect */
		font-weight:normal;
	color:#004E82; /* set desired hover color */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	background-color: #FBFEFF;
	}
	
	
	ul#tabnav a img
	{
		border:0px;
		vertical-align:bottom;
	}
	
	/* end css tabs */
