a:link{ color: black; }
a:visited{ color: #002222;  }
a:active{ color: rgb(146,141,70); }
a:hover{ color: rgb(120,116,40);  }

body, table, tr, td, th, button, input
 {
 font-family : sans-serif,arial;
 font-size : x-small; 
 color: #003333;
 }


b,strong
 {
 font-weight: bold;
 }

small
 {
 font-size: xx-small;
 }

br
 {
 clear: both;
 }

body
{
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	scrollbar-3dlight-color : rgb(165,220,250);
	scrollbar-arrow-color : rgb(40,100,140);
	scrollbar-base-color : rgb(160,220,255);
	scrollbar-darkshadow-color : rgb(60,110,145);
	scrollbar-face-color :  rgb(160,210,245);
	scrollbar-highlight-color : rgb(194,230,255);
	scrollbar-shadow-color : rgb(140,200,240);
	scrollbar-track-color : rgb(220,216,140);
}
 
button.b1, input.b1
{
	background-color: rgb(160,210,245);
	border-width: 1px;
	border-top-color: rgb(194,230,255);
	border-left-color: rgb(194,230,255);
	border-right-color: rgb(140,200,240);
	border-bottom-color: rgb(140,200,240);
}

button.a1, input.a1
{
	background-color: rgb(246,241,170);
	border-width: 1px;
	border-top-color: rgb(194,230,255);
	border-left-color: rgb(194,230,255);
	border-right-color: rgb(140,200,240);
	border-bottom-color: rgb(140,200,240);
}


h1
{
 font-size: 150%; 
 font-weight: bold;
 margin-bottom : 2;
 margin-left : 0;
 margin-right : 0;
 margin-top : 0;
}

.npad 
{
 padding-bottom : 5px;
 padding-left : 5px;
 padding-right : 5px;
 padding-top : 5px;
}

.a1,.a2,.a3,.a4,.a5 { color : #003333; }

.a1 { background-color: rgb(240,234,147); background-image: url(images/grid1.gif); }
.a2 { background-color: rgb(227,221,130); }
.a3 { background-color: rgb(246,241,170); }
.a4 { background-color: rgb(220,216,140); }
.a5 { background-color: rgb(218,207,150); }

.a1s,.a2s,.a3s,.a4s,.a5s{ color : white}

.a1s { background-color: rgb(140,134,47); }
.a2s { background-color: rgb(127,121,30); }
.a3s { background-color: rgb(146,141,70); }
.a4s { background-color: rgb(120,116,40); }
.a5s { background-color: rgb(118,107,50); }


.b1,.b2,.b3,.b4,.b5 { color: #003333;  }

.b1 { background-color: rgb(160,210,245); }
.b2 { background-color: rgb(194,230,255); }
.b3 { background-color: rgb(165,220,250); }
.b4 { background-color: rgb(140,200,240); }
.b5 { background-color: rgb(160,220,255); }

.b1s,.b2s,.b3s,.b4s,.b5s{ color : #ffffaa; }

.b1s { background-color: rgb(60,110,145); }
.b2s { background-color: rgb(94,130,155); }
.b3s { background-color: rgb(65,120,150); }
.b4s { background-color: rgb(40,100,140); }
.b5s { background-color: rgb(60,120,155); }


.black
 {
 background-color: black;
 color : white;
 }

.white
 {
 background-color: white;
 color : black;
 }

