/*  This Stylesheet is meant for IE 4+, Windows platform   */
/*  Created 7/15/00 by charles.jarvis@marchFIRST.com      */
/*  Add to this Stylesheet... but comment your styles!   */
/*  Don't use positioning!   */

/*  USED BY SIDE NAV */
	.header  {
		font-family : Arial;
		font-size : 9px;
		color : Black;
		text-decoration : none;
	}
	
	.sublinks  {
		font-family : Arial;
		font-size : 9px;
		color : #cccccc;
		text-decoration : none;
	}


	.seperator  {
		position:relative;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9px;
		color : #333333;
		text-decoration : none;
		width:157px;
	}
	
	#clickseperator {
		left:10px;
	}
	DIV.clTop {
		position:absolute;
		width:157px;
	}
	DIV.clSub {
		position:absolute;
		left:10;
		width:157px;
	}
	A.clMain {
		font-family : Arial;
		font-size : 9px;
		color : Black;
		text-decoration : none;
		font-weight:bold;
	}
	A.clSubb {
		font-family : Arial;
		font-size : 9px;
		color : #eeeeee;
		text-decoration : none;
	}
	#divCont {
		position:relative;
		visibility:hidden;
		height:400;
		width:157px;
	}
/*  USED BY SIDE NAV END */


/*  COMMON STYLES */

/*  BODY = default paragraph font */
body {
		background-color: #ffffff;
	    font-size : 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}
p {
		background-color: #ffffff;
	    font-size : 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}
.conform {
		background-color: #ffffff;
	    font-size : 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}

/*  3 levels of header styles (Use Div tag) */

.h1 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16pt;
		color : Black;
		text-decoration : none;
		font-weight:bolder;
	}

.h2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13pt;
		color : Black;
		text-decoration : none;
		font-weight:bolder;
	}

.h3 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		color : Black;
		text-decoration : none;
		font-weight:bolder;
	}

/*  Labels for forms, picture captions */
.label {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		color : Black;
		text-decoration : none;
		font-weight:bolder;
		}
		
		/* Sub navigation within a subsection; added 08292000 by kjj per cwk */

.subnav {
			font-family : Arial, Helvetica, sans-serif;
		font-size : 11pt;
		color : #0080C0;
		text-decoration : none;			
			}		
	
/*  Old Styles from TWA Homepage */
a.news {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        color : #000033;
        text-decoration : underline;
        text-align : left;
 		}
 
.newz {
        font-size : 8pt;
        font-family : Arial;
		}
