/* CSS Document */

* {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	}
	
body {
	background: #000066 url(images/bg.gif) repeat top;
	}
	
a:link, a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {
	text-decoration: none;
	}
	
#index * {
	color: #fff;
	}
	
#index a {
	color: #ff9;
	text-decoration: none;
	}
	
#indexlinks a {
	font-size: 15px;
	}
	
h4 {
	font-size: 14px;
	}
	
.caption {
	font-size: 10px;
	}
	
dl.hanging dt{
	padding-left: 4em;
	text-indent: -2em;
	}