A.item {
	color: #00309C;
}

TD.curItem {
	background-color: #ffcc00;
	color: #00309C;
	height: 24px;
	font-weight: bold;
}

TD.item {
	cursor: hand;
	background-color: #00309C;
	color: white;
}

TD.menuitem {
	cursor: hand;
	background-color: #3165CE;
	color: white;
}

TD.selitem {
	background-color: #ffcc00;
	color: #00309C;
}

.pages {
	text-decoration: underline;
	color: #00309C;
}

A:active { 
 text-decoration: none;
 color: white 
}
A:hover { 
 text-decoration: none;
 color: white; 
}
A:link { 
 text-decoration: none;
 color: white 
}
A:visited { 
 text-decoration: none;
 color: white
} 
TD.label {
	font-size: 8pt;
	font-style: 'normal';
	color: #00309C
}
.ps {
	font-size: 8pt;
	font-style: 'normal';
	color: white
}
TD.main_bkg {
	background-color: #3165CE;
}
.main_bkg {
	background-color: #3165CE;
}
.toolbar {
	background-color: #00309C;
	color: white
}
.address {
	background-color: #3165CE;
	color: white;
	padding: 10 10 10 10;
}

SELECT.form, OPTION.form {
	background-color: #F2F5FC;
	font-family:  arial, serif, helvetica;
	font-size: 8pt;
	font-style: 'normal';
	border: '1px solid #00309C';
	color: #00309C
}

INPUT.button {
	background-color: #3165CE;
	font-family:  arial, serif, helvetica;
	font-size: 9pt;
	font-style: 'normal';
	border: '2px outset white';
	cursor: hand;
	color: white
}

TEXTAREA.form, INPUT.form {
	background-color: #F2F5FC;
	font-family:  arial, sans serif, helvetica;
	font-size: 9pt;
	font-style: 'normal';
	border: '1px solid #00309C';
	color: #00309C
}
TD, P, DIV, BODY {
	SCROLLBAR-FACE-COLOR: #3165CE; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white; 
	SCROLLBAR-ARROW-COLOR: white; 
	SCROLLBAR-BASE-COLOR: #3165CE; 
	scrollbar-3d-light-color: white; 
	scrollbar-dark-shadow-color: blue;
	font-family: tahoma, arial, sans serif, helvetica;
	font-size: 9pt;
	font-style: 'normal';
	color: #00309C
}

