a{text-decoration:none}
a:hover{text-decoration: underline;}
a:link { color: #ff6600 }
a:visited { color: #ff6600 }
a:hover { color: #ff6600 }
a:active { color: #ff6600 }

a.grey:{text-decoration:none}
a.grey:link { color: #C0C0C0 }
a.grey:visited { color: #C0C0C0 }
a.grey:hover { color: #C0C0C0 }
a.grey:active { color: #C0C0C0 }

h1

{

            font-family: Arial;

	    font-weight: bold;

            font-size: 11pt;

            color: #FF6600;
		
            margin-bottom: 0px;

}