<style>

body  { background-color:#ffffff;
		scrollbar-3dlight-color:#cccccc;
        scrollbar-arrow-color:#c0c0c0;
        scrollbar-base-color:#cccccc;
        scrollbar-darkshadow-color:#c0c0c0;
        scrollbar-face-color:#e5e5e5;
        scrollbar-highlight-color:#ffffff;
        scrollbar-shadow-color:#000000;
		font-family:verdana;
		font-size:8pt;	
		color:555555;
		}
           
iframe  {background-color:#ffffff;
		scrollbar-3dlight-color:#cccccc;
        scrollbar-arrow-color:#c0c0c0;
        scrollbar-base-color:#cccccc;
        scrollbar-darkshadow-color:#c0c0c0;
        scrollbar-face-color:#e5e5e5;
        scrollbar-highlight-color:#ffffff;
        scrollbar-shadow-color:#000000}

input, select, textarea {
	font-family:verdana;
	font-size:8pt;	
	}
           
table {
	font-family:verdana;
	font-size:8pt;	
	color:000000;
	}

h3 {
	font-family:arial;
	font-size:11pt;	
	color:333333;
	}

td {
	vertical-align:top;
	}	
	
a:link, a:visited {
	font-family:verdana;
	color:666666;
	text-decoration:none;
	}

a:hover {
	font-family:verdana;
	color:333333;
	text-decoration:underline;
	}

.verysmallfont{
	font-family:verdana;
	font-size:7pt;
}

.smallfont{
	font-family:verdana;
	font-size:8pt;
}

.background-glass{
	background-image:url('../images/background-glass.jpg');
	background-repeat:no-repeat;
	}

.background-left{
	background-image:url('../images/background-left.jpg');
	background-repeat:repeat-y;
	}

.background-right{
	background-image:url('../images/background-right.jpg');
	background-repeat:repeat-y;
	}

.background-top{
	background:url('../images/background-top.jpg') no-repeat;
	}

.background-bottom{
	background-image:url('../images/background-bottom.jpg');
	background-repeat:repeat-x;
	}

.background-page{
	background:#ececec;
	}

.background-top{
	background-color:EFEFEF;
	background-image:url('../images/background-top.jpg');
	background-repeat:repeat-x;
	}

.background-menu{
	background-color:EFEFEF;
	background-image:url('../images/background-menu.jpg');
	background-repeat:repeat-x;
	}

.background-dotsvertical{
	background-image:url("../images/background-dotsvertical.jpg");
	background-repeat:repeat-y;
	}

.background-dotshorizontal{
	background-image:url("../images/background-dotshorizontal.jpg");
	background-repeat:repeat-x;
	}

.border-right{background:url("../images/border-right.jpg") repeat-y;}
.border-left{background:url("../images/border-left.jpg") repeat-y;}
.border-top{background:url("../images/border-top.jpg") repeat-x;}
.border-bottom{background:url("../images/border-bottom.jpg") repeat-x;}

.black{
	background-color:000000;
	color:whitesmoke;
	}
	
.white {
	background-color:ffffff;
	}

.blue {
	background:#00006C;
	color:#ffffff
	}

.blue2 {
	background:#00006C;
	color:#ffffff;
	}

.yellow {
	background:#B6B4AC;
	color:00006C;
	}
	
.red {
	background:#144B9C;
	color:#ffffff;
	}
	
.red a:link,.red a:visited {
	font-family:verdana;
	color:ffffff;
	text-decoration:none;
	}

.red a:hover {
	font-family:verdana;
	color:ffffff;
	text-decoration:underline;
	}

.gray {
	background:#efefef;
	color:#ffffff
	}
	
.gray-top{background:url("../images/gray-top.png") repeat-x;}
.gray-bottom{background:url("../images/gray-bottom.png") repeat-x;}
.gray-left{background:url("../images/gray-left.png") repeat-y;}
.gray-right{background:url("../images/gray-right.png") repeat-y;}

.filtered {
	background:#144B9C;
	filter:alpha(opacity:40);
	}

	
</style>