h1.b {
	font-family: Bookman Old Style;
	font-weight : bold;
	font-size : xx-large;
}

H1 {
	font-family: Bookman Old Style;
	font-weight : bold;
	font-size : x-large;
}
H1.bi {
	font-family :  Bookman Old Style;
	font-weight : bold;
	font-style: italic;
	font-size : x-large;
}

H2 {
	font-family :  Bookman Old Style;
	font-weight : bold;
	font-size : large;
}

H2.b {
	font-family :  Bookman Old Style;
	font-weight : bold;
	font-size : 150%;
}

H3 {
	font-family :  Tahoma;
	font-weight : bold;
	font-size : 120%;
}
H3.bos {
	font-family :   Bookman Old Style;
	font-weight : bold;
	font-size : 120%;
}
H4 {
	font-family :  Tahoma;
	font-weight : bold;
	font-size : medium;
}
BODY {
	background-color : #caffff;
	font-family : Tahoma;
	font-size: medium;
	font-weight: normal;
	}
//P {
//font-family : Tahoma;
//	font-size: medium;
//	font-weight: normal;
// }
 
 P.b {
font-family : Tahoma;
	font-size: large;
	font-weight: bold;
 }
 
 P.s { font-family: Tahoma;
 	font-size: xx-small;
	font-weight: normal;
	 }
	 
.not {	 font-family: Tahoma;
 	font-size: small;
	font-weight: normal;
	 }
 
LI {
font-family : Tahoma;
	font-size: medium;
	font-weight: normal;
 }
 
 TD {
font-family : Tahoma;
	font-size: medium;
	font-weight: normal;
 }
 
TD.b {
font-family : Tahoma;
	font-size: large;
	font-weight: bold;
 }
 
  
TD.s {
font-family : Tahoma;
	font-size: small;
	font-weight: normal;
 }
 A:link { color: #0000ff }
A:visited { color: #800080 } 
A:active {  color: #ff0080 }

.r { color: #ff0000; }
.c { text-align: center; }
.fr { float: right; }
.fl { float: left; }