body {
    margin: 0px;
    background-color: white;
}
P, UL, LI{
	font-family : arial;
	font-size : 14px;

}
H1 {
	font-family : arial, sans-serif;
	font-weight : bold;
	font-size : 18px;
	color : blue;
	}
H1.header {
    font-family : arial, sans-serif;
    font-weight : bold;
    font-size : 18px;
    color : black;
    }
H2 {
	font-family : arial, sans-serif;
	font-weight : bold;
	font-size : 16px;
	color : black;
	}

H3 {font-family: arial,  sans-serif;
    font-weight: bold;
    font-size: 14;
    color: blue
    }

.tiny {
  	font-family : arial, sans-serif;
	  font-size : 10px;
	  color : blue;
	  }


TD{
   font-family : arial, sans-serif;

}

TD.navigation {
  	background: url(images/buttonblank.gif);
	height : 30px;
	width : 164px;
	text-align : left;
	vertical-align : middle;
    background-repeat: no-repeat;
    font-size : 10pt;
    font-weight :bold;
    text-decoration : none;
    color :#FFFFFF;
    margin-left: 10px;
}


a.navigation:link {
    color: #0000FF;
    background-color:transparent;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 14px;
    margin-left: 10px;
}



a.navigation:visited {
    color: #0000FF;
    background-color:transparent;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 14px;
    margin-left: 10px;
}

a.navigation:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 14px;
    margin-left: 10px;
}

a.navigation:active {
    color: #0000FF;
    background-color:transparent;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    font-family : arial;
    font-size : 14px;
    margin-left: 10px;
}

img.floatLeft {
    float: left;
    margin: 4px;
}
img.floatRight {
    float: right;
    margin: 4px;
}

