/* CSS Document */

.Orange {
	color: #FAA628;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FAA628;
}
a:active {
	text-decoration: none;
	color: #FAA628;
}
.nav {
	font-size: 140%;
	margin-bottom: -10px;
}h1 {
	font-size: 160%;
	color: #F69A13;
}
ul {
	list-style-image: url(../images/bullet.gif);
}

h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
	color: #F79910;
}
.foot {color:#999;}
