@charset "UTF-8";
/* CSS Document */

/* used for several grayed out text */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color:#000;
	margin:0;
	border-top:2px solid #89A0C6;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color:#000;
	margin:0;
}

p.border {
	margin:0;
	border-top:1px solid #89A0C6;
	border-bottom:1px solid #89A0C6;
	border-left:1px solid #89A0C6;
	border-right:1px solid #89A0C6;
}


/* used for popup menu items */
p.locale
	{
	font-size: 12pt;
	font-weight:bold;
	color:#00C;
	}

/* used for database menu items */
p.database
	{
	font-size: 14pt;
	font-weight:normal;
	color:#C00;
	}

/* used for database menu items */
p.button
	{
	font-size: 12pt;
	font-weight:bold;
	color:#C00;
	}
	
select {
/*	background-color: #99ccff; */
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

/* used for popup menu items */
select.locale
	{
	font-size: 12pt;
	font-weight:bold;
	color:#000;
	}

/* used for database menu items */
select.database
	{
	font-size: 14pt;
	font-weight:normal;
	color:#000;
	}

input {
/*	background-color: #99ccff; */
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

input.loginButton {
/*	background-color: #99ccff; */
	color: #000;
/*	font-family: arial, verdana, ms sans serif; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size:12pt;
	font-weight:bolder;
}

span {
	font-size: 9pt;
	font-weight:normal;
	color:#333;
	margin:0;
	}

/* used for large headers */
h1 {
	font-size: 11pt;
	font-weight:bold;
	letter-spacing: 0.1cm;
	color:#000;
	margin:6px 0;
}

h2 {
	font-size: 9pt;
	font-weight:bold;
	color:#000;
	margin:0;
}

h3 {
	font-size: 8pt;
	font-weight:normal;
	color:#333;
	margin:0;
}

h3 a {
	text-decoration: underline;
	color:#333;
}

img {
	text-decoration: none;
	color:#333;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

h4 {
	font-size: 9pt;
	font-weight:normal;
	color:#666;
	margin:0;
}

h4 a {
	text-decoration: underline;
	color:#666;
}

p.news {
/*	padding:10px; */
	background:#bfcee5;
/*	margin:2px 0; */
	color:#000000;
/*	border-bottom:2px solid #89A0C6; */
/*	border-top:2px solid #89A0C6; */
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

p.version {
	font-weight:normal;
/*	padding:10px; */
/*	background:#bfcee5; */
/*	margin:2px 0; */
	color:#999;
/*	border-bottom:2px solid #89A0C6; */
	border-top:2px solid #89A0C6;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}
