/*
This style sheet was created from E:\HOMEPAGE\JFA\CSStest\index.htm
*/
UL {
	list-style-type : square;
	list-style-position : inside;
}

 P {
	margin-left : 20px;
	font-size : 16px;
}

TR, TD, TH {	
        padding-left : 6px;
	padding-top  : 0px;
	padding-bottom : 0px;
}

tr.odd  { background-color:#FFEB21; }
tr.even { background-color:#FFDF21; }

 TD.dia { background-color:#D0AE00; 
          padding-bottom:20px; 
          vertical-align:middle; 
          text-align:center;
        }

 TD.gn { background-color:#f8f8f8; 
         vertical-align:middle; 
         font-size:14pt;
         padding-bottom:20px; 
         text-align:center;
        }

A {  }

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {  }

A:VISITED {  }

A:LINK {  }

B {  }

BR {  }

CENTER {  }

COL {  }

COLGROUP {  }

DIV {  }

FLD.VALUE.LENGTH;++I) {  }

FONT {  }

FORM {  }

H1 {
	font-size : 48px;
	text-align : center;
	color : Navy;
}

H2 { 
	font-size : 36px;
	text-align : center;
	color : Navy; }

H3 { 
	font-size : 24px;
	text-align : center;
	color : Navy;
	 }

I {  }

IMG {  
	margin : 16px;
}

IMG
SRC="SWD_MADEBY_K.GIF" {  }


INPUT {  }

TEXTAREA {  }


/* classes */

.navr {
	font : bolder;
	font-weight : bold;
	text-align : right;
}

.navl {
	font : bolder;
	font-weight : bold;
	text-align : left;
}
.navc {
	font : bolder;
	font-weight : bold;
	text-align : center;
}
