/* CSS Document */

body{
 font-size: 14px;
 line-height: 21px;
 color: #000000;
 background-image:url(/IMAGES/bg.gif);
 }
 
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #33FF00;
}
a:active {
	text-decoration: none;
}

.small{
	font-size:10px;
	line-height:14px;
  }
  
.larger{
  font-size:18px;
  line-height:19px;
  }
  
.caption{
  font-size:10px;
  line-height:12px;
  color:#999999;
  }
