a:link {COLOR: #000000;text-decoration: none;}
a:visited {COLOR: #000000;text-decoration: none;}
a:active {COLOR: #990000;text-decoration: none;}
a:hover {COLOR: #990000;text-decoration: underline;font-weight: none;}

a.blue:link {COLOR: #274582;text-decoration: none;}
a.blue:visited {COLOR: #274582;text-decoration: none;}
a.blue:active {COLOR: #990000;text-decoration: none;}
a.blue:hover {COLOR: #990000;text-decoration: underline;font-weight: none;}

a.white:link {COLOR: White;	text-decoration: none;}
a.white:visited {COLOR: White;text-decoration: none;}
a.white:active {COLOR: White;text-decoration: none;}
a.white:hover {COLOR: Silver;text-decoration: underline;font-weight: none;}

a.gray:link {COLOR: gray;text-decoration: none;}
a.gray:visited {COLOR: gray;text-decoration: none;}
a.gray:active {COLOR: gray;text-decoration: none;}
a.gray:hover {COLOR: #990000;text-decoration: underline;font-weight: none;}

a.lightred:link {COLOR: #ff5b5b;text-decoration: none;}
a.lightred:visited {COLOR: #ff5b5b;text-decoration: none;}
a.lightred:active {COLOR: #ff5b5b;text-decoration: none;}
a.lightred:hover {COLOR: #990000;text-decoration: underline;font-weight: none;}

a.lightblue:link {COLOR: #4981BE;	text-decoration: none;}
a.lightblue:visited {COLOR: #4981BE;text-decoration: none;}
a.lightblue:active {COLOR: White;text-decoration: none;}
a.lightblue:hover {COLOR: Silver;text-decoration: underline;font-weight: none;}

.input	{
	background:white;
	color:#000000;
	font-weight:normal;
	font-size:xx-small;
	}
.inputyl {
	background:#ffffaa;
	color:#000000;
	font-weight:normal;
	font-size:xx-small;
	}
.inputgray {
	background:silver;
	color:#000000;
	font-weight:normal;
	font-size:xx-small;
	}
.selectblue {
	background: #FFFFFF;
	color: #0000A0;
	font-weight: normal;
	font-size:xx-small;
}
.buttons {
	font-family:trebuchet, Arial, geneva;
	color:white;
	font-size=8pt;
	font-weight:bold;
	background-color: #5084B8;
	border-color: #9AB8D6;
}

.buttonsgray {
	font-family:trebuchet, Arial, geneva;
	color: Gray;
	font-size=8pt;
	font-weight:bold;
	background-color: Silver;
	border-color: Silver;
}

.inputyl_ral {
	background:#ffffaa;
	color:#000000;
	font-weight:normal;
	font-size:xx-small;
	text-align : right;
}


.highlight_yellow {background: yellow;}

.highlight_blue {background: #66ffff;}

body { 
	font:11px Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.5em;
	}

a {color:#12b5e8; font-weight:bold;}

body.whitebar {
	scrollbar-base-color: #688CD9;
	scrollbar-darkshadow-color:  #688CD9;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #97B0E6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #688CD9;
	scrollbar-arrow-color: #FFFFFF;
}