/* CSS Document */

body, p, td{
	font-family: "Trebuchet MS", Verdana;
	font-size: small;
	_font-size: x-small;
	margin: 0px;


}
a{
color:#FFCC00;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #FF9900;
text-decoration:underline;
}
h1{
margin:0;
padding:0;
font-size:16px;
font-weight:bold;
color:#00600;
}
.border{
	border: 3px dashed #003366;

}

.NoScroll{
	font-family: "Trebuchet MS", Verdana;
	font-size: small;
	_font-size: x-small;
	overflow:hidden;
}

#footer{
color:black;margin-top:35px;
}

#footer a{
color:black;font-weight:normal;text-decoration:underline;
}