a.tableLinks:link {
	background-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
}

a.tableLinks:visited {
	background-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
}

a.tableLinks:hover {
	background-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
}

a.tableLinks:active {
	background-color:#003366;
	color:#FFFFFF;
	text-decoration:none;
}

a:link {
	color : #6A97AC;
	text-decoration : underline;
}

a:visited {
	color : #6A97AC;
	text-decoration : underline;
}

a:hover {
	color : #002261;
	text-decoration : none;
}

a:active {
	color : #6A97AC;
	text-decoration : none;
}

body, td, input {
	color : #000000;
	font-family : Verdana;
	font-size : 11px;
}

.table {
	border : 1px solid #666666;
	background-color : #FFFFFF;
}

.button {
	border : 1px solid #000000;
	height : 21px;
	background : url(images/buttongrad.gif);
	font-family : Arial;
	font-weight : bold;
	color : #1E2E69;
	cursor : hand;
}

/* New Button Styles */
.addbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/add.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.addbutton:hover {
	border:1px solid #6d6d6d;
}
.savebutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/save.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.savebutton:hover {
	border:1px solid #6d6d6d;
}

.cancelbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/cancel.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.cancelbutton:hover {
	border:1px solid #6d6d6d;
}

.backbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/back.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.backbutton:hover {
	border:1px solid #6d6d6d;
}

.userbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/user.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.userbutton:hover {
	border:1px solid #6d6d6d;
}

.nextbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/continue.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.nextbutton:hover {
	border:1px solid #6d6d6d;
}

.editbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/edit.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.editbutton:hover {
	border:1px solid #6d6d6d;
}

.deletebutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/delete.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.deletebutton:hover {
	border:1px solid #6d6d6d;
}

.field {
	font-family : Arial;
	font-size : 11px;
	border : 1px groove #CCCCCC;
	background-color : #FFFFFF;
	color : #1E2E69;
}


.fieldinv {
	font-family : Arial;
	font-size : 11px;
	border : 0px groove #FFFFFF;
	background-color : #FFFFFF;
	color : #1E2E69;
	background : Transparent;
}

.header {
	font-family : Arial;
	color : #002261;
	font-size : 14px;
	font-weight : bold;
	line-height : 18px;
}

.processcontent {
	position : absolute;
	visibility : hidden;
	z-index : 2;
}