body {
	font-family: arial, verdana;
	font-size: 8pt;
	background-color: #F6F6F6
}

h1 {
	color: navy;
	font-family: arial, verdana;
	font-size: x-large;
	font-weight: bolder;
	text-transform: capitalize
}

h2 {
	color: navy;
	font-family: arial, verdana;
	font-size: large;
	font-weight: bolder;
	text-transform: capitalize
}

h3 {
	color: navy;
	font-family: arial, verdana;
	font-size: large;
	font-weight: lighter;
	text-transform: capitalize;
	border-style: none
}

h4 {
	color: navy;
	font-family: arial, verdana;
	font-size: medium;
	font-weight: lighter;
	text-transform: capitalize;
	border-style: none
}

h5 {
	color: navy;
	font-family: arial, verdana;
	font-size: small;
	font-weight: lighter;
	text-transform: capitalize;
	border-style: none
}

h6 {
	color: navy;
	font-family: arial, verdana;
	font-size: x-small;
	font-weight: lighter;
	text-transform: capitalize;
	border-style: none
}

table.entry {
	font-family: arial, verdana;
	background-color: #f6f6f6;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	font-size: 8pt;
	text-align: left;
	width: 100%
}
	
th.entry {
	color: black;
	font-family: arial, verdana;
	background-color: #f6f6f6;
	text-align: right
}

tr.entry {
	color: black;
	font-family: arial, verdana;
	background-color: #f6f6f6;
	font-size: 8pt;
	text-align: left
}

table.nav {
	font-family: arial, verdana;
	background-color: #f6f6f6;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	font-size: 8pt;
	text-align: left;
	width: 100%
}

th.nav {
	color: white;
	font-family: arial, verdana;
	background-color: navy;
	text-align: center;
	cursor: pointer
}

th.navHighlight {
	color: yellow;
	font-family: arial, verdana;
	background-color: navy;
	text-align: left;
	cursor: pointer
}

tr.nav {
	color: black;
	font-family: arial, verdana;
	background-color: #f6f6f6;
	font-size: 8pt;
	text-align: center;
	cursor: pointer
}

tr.navHead {
	color: white;
	font-family: arial, verdana;
	background-color: navy;
	text-align: center;
	cursor: pointer
}

tr.navHighlight {
	color: white;
	background-color: blue;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	cursor: pointer
}

tr.navAlternate {
	color: black;
	background-color: #e8e8e8;
	font-family: arial, verdana;
	font-size: 8pt;
	text-align: left;
	cursor: pointer
}

tr.navAlternateHighlight {
	color: white;
	background-color: blue;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	cursor: pointer
}

tr.navError {
	color: red;
	background-color: #f6f6f6;
	font-family: arial, verdana;
	font-size: 8pt;
	text-align: left;
	cursor: pointer
}

tr.navErrorHighlight {
	color: red;
	background-color: blue;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	cursor: pointer
}

tr.navAlternateError {
	font-family: arial, verdana;
	color: red;
	background-color: #e8e8e8;
	font-size: 8pt;
	text-align: left;
	cursor: pointer
}

tr.navAlternateErrorHighlight {
	color: red;
	background-color: blue;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	cursor: pointer
}

tr.navFound {
	color: black;
	background-color: yellow;
	font-family: arial, verdana;
	font-size: 8pt;
	text-align: left;
	cursor: pointer
}

tr.navFoundHighlight {
	color: white;
	background-color: blue;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	cursor: pointer
}

input {
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold
}

input.button {
	color: white;
	background-color: navy
}

input.reset {
	color: white;
	background-color: navy;
}

input.submit {
	color: white;
	background-color: navy;
}

input.text {
	color: black;
	font-weight: normal;
	background-color: white;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	text-align: center;
}

input.timeTotals {
	color: red;
	font-family: arial, verdana;
	background-color: #f6f6f6;
	font-size: 8pt;
	text-align: center;
	border-width: 0px;
	cursor: pointer
}

input.textError {
	color: red;
	font-weight: bold;
	background-color: white;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	font-weight: normal
}

input.efInvisibleBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #f6f6f6;
	cursor: pointer;
}

div.tabSet {
	font-family: arial, verdana;
	font-size: 8pt;
	background-color: transparent;
	font-weight: normal;
	border-style: hidden;
	border-width: 1px;
	width: 100%;
	position: relative;
}

div.tab {
	font-family: arial, verdana;
	font-size: 8pt;
	background-color: transparent;
	font-weight: normal;
	border-left-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: none;
	border-width: 1px;
	margin: 1px;
	width: 100%
}

select {
	font-family: arial, verdana;
	font-size: 8pt;
	color: black;
	background-color: white;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	font-weight: normal
}

button.tabSelected {
	color: black;
	background-color: transparent;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-style: solid;
	margin: 1px;
	cursor: pointer;
}

button.tabUnSelected {
	color: black;
	background-color: silver;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-style: solid;
	margin: 1px;
	cursor: pointer
}

button {
	color: white;
	background-color: navy;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer	
}

label {
	color: black;
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	background-color: transparent
}

label.error {
	color: red;
}

img {
	cursor: pointer
}

img.nav {
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	cursor: pointer
}

IMG.efInvisibleBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #f6f6f6;
	cursor: hand;
}

.mnuBorder {border-width:1px 1px 1px 1px;border-style:solid solid solid solid;border-color:white gray gray white;}
.mnuTextDisabled {text-decoration:none;color:gray;font:12px Arial, Helvetica;}
.mnuTextOn {text-decoration:none;color:red;font:12px Arial, Helvetica;}
.mnuTextOff {text-decoration:none;color:navy;font:12px Arial, Helvetica;}
