BODY  {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5;
    font-family : Arial, Helvetica, Verdana;
	font-size: smaller;
    font-weight : normal;
    font-style : normal;
    color : black;
	}
    
    SELECT,OPTION,INPUT,TEXTAREA  {
    background-color : white;
	font-family : Geneva,Arial,Helvetica,Sans Serif;
	font-weight : Normal;
    color : black;
    }
    
    TD  {
	margin-left: 0;
    font-family : Arial, Helvetica, Verdana;
	font-size: smaller;
	font-weight : normal;
    font-style : normal;
    color : black;
    }

P {
	color: #000099;
	font-style : normal;
	font-size : .85em;
; margin-left: 1px
}

h1 {
	color: #000099; 
; font-weight: normal
; font-size: 1.5em
}
h2 {
	font-size : large;
	font-style : normal;
	font-weight : bold;
; color: #000066
}
h3 {
	color : #000099;
	font-size : medium;
	font-weight : bold;
}

h5 {
	color: #000000;
	font-weight : bold;
}
h6 {
	font-size: 1em;
	color: #000066;
	font-weight : bold;
}
ul {
	list-style:disc
}
.boldBlueText {
	font-size: .8em;
	font-weight: bold;
	color: blue;
}
.boldBlueHeading {
	font-size: 1em;
	font-weight: bold;
	color: blue;
}
.boldRedText {
	font-size: .8em;
	font-weight: bold;
	color: red;
}
.mediumblackText {
	font-size: .9em;
	font-weight: normal;
	color: black;
}
.mediumblackHdgGreyBG {
	font-size: .9em;
	font-weight: bold;
	color: black;
	background-color: #f2f2f2;
	line-height: 1.8em
}
.smallblackText {
	font-size: .8em;
	font-weight: normal;
	color: black;
	background-color: #ffffff;
}
.smallerblackText {
	font-size: 8pt;
	font-weight: normal;
	color: black;
}
.whitehdgNoBG {
	color: #ffffff;
	font-weight: normal;
	font-size: .8em;
}
.whitetablehdggreyBG {
	color: #000000;
	font-weight: normal;
	font-size: .8em;
	background-color: #f2f2f2;
}
.blackhdgNoBG {
	color: #000000;
	font-weight: normal;
	font-size: .75em;
	background-color: #ffffff;
}
.yellowhdg {
	font-weight: bold;
	color: yellow;
	background-color: #2F6698;
	font-size : 1em;
	line-height: 1.8em;
}
.greyhdg {
	font-weight: bold;
	color: black;
	background-color: #f2f2f2;
;	background-repeat : repeat-y;
	font-size : .8em;
	line-height="1.8em";
}
.greyhdgcentered {
	font-weight: bold;
	color: black;
	align: center;
	background-color: #f2f2f2;
	font-size : 1em;
	line-height="1.8em";
}
.copyright {
	font-size : xx-small;
; font-weight: lighter
; color: #000066
}
.navbarhdg {
	font-size: 9pt;
	color: navy;
	text-align: left;
	font-weight: bold;
	text-indent: 1pt;
	background-color: #d2d2d2;
	text-decoration: none
}
.navbaritem {
	font-size: 9pt;
	color: navy;
	text-align: left;
	font-weight: normal;
	text-indent: 1pt;
	background-color: #d2d2d2;
	text-decoration: none
}
A:link  {
font-family : Arial, Helvetica, Verdana;
font-weight : normal;
font-style : normal;
font-size : 100%;
color : blue;
text-decoration : none;
}
A:visited  {
font-family : Arial, Helvetica, Verdana;
font-weight : normal;
font-style : normal;
font-size : 100%;
color : blue;
text-decoration : none;
}
A:hover  {
font-family : Arial, Helvetica, Verdana;
font-weight : normal;
font-style : normal;
font-size : 100%;
color : red;
text-decoration : underline;
}
