/* CSS definition file containing site wide stylesheets */
BODY  {
	background-color : white;
	color : black;
	margin-left : 9px;
	vertical-align : baseline;
	}


A:link {color: rgb(00,00,128);}

A:visited {color: rgb(128,0,0);}

A:active {color: rgb(0,0,255);}


.outer {
	padding-left : 0px;
	vertical-align : baseline;
	width: 621px;
	}

.top {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
     }

  h3
    {
     font-family      : arial;
     font-weight      : bold;
     font-size        : 20px;
     line-height      : 25px;
     text-align	      : center;
     }

