#container {
	width: 760px;
}
#indexLeft{
	width: 450px;
	float: left;
}
.headline {
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 14px;
  font-weight       : bold;
  white-space       : nowrap;
  text-transform    : uppercase;
  text-align        : left;
  line-height       : 21px;
  color             : #1A4A88;
  width             : 100%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: 666666;
}

a:link {
  display           : inline;
  font-weight       : normal;
  color             : #0066FF;
  text-decoration   : none;
}
a:hover {
  font-size         : 12px;
  color             : #000000;
  font-weight       : normal;
}
a:visited{
	color: #000099;
}

