body{
background-color:#9DA8B2;
margin:0px;
}

p
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial;
}
ul {
	list-style-image:"url(images/bullet1.gif)";
}
td
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Arial;
}



A.link  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #36598C;
    	text-decoration : none;
}

A:link
{
    COLOR: #4F5E69;
    TEXT-DECORATION: none;
}
A:visited
{
    COLOR: #4F5E69;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #4F5E69;
    TEXT-DECORATION: underline;
}

.noteBox {
  background-color: #f0f0f0;
  border-color: #909090;
  border-style: solid;
  border-width: 1px;
  padding: .5em;
}

