/* CSS Document */

a:link {color: #EF9511;
	text-decoration: none;
    font-weight: bold;}
a:visited {text-decoration: none;
	color: #EF9511;
	font-weight: bold;}
a:hover {text-decoration: underline;
	color: #000033;
	font-weight: bold;}
a:active {text-decoration: none;
     font-weight: bold;
	color: #EF9511;}
.style1 {color: #EF9511}

#container {
	width: 825px;
}	


