body	{
	background: #ffc; /*url(images/footer_gradient.gif) repeat-x fixed left bottom;*/
	margin: 0px;
	padding: 0px;
	border: 0;
	border-top: 5px solid #566;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	 /*height: 100%;*/
	text-align: center;
	}

#footer {
	height: 200px;
	width: 100%;
	background-image:url(images/footer_gradient.gif);
	color: 		#000000;
	font-size: 	xx-small;
	margin-top: 80px;
	
	text-align:  center;
	}
	
#footer p {
	padding-top: 120px;
}
	
	
#footer a { 
	font-size: small;
	}

.bold {
	font-weight: bold;
}
.font_top {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
h3 {
	color: 			#0066FF;
	font-weight: 	bold;
}
.table_2 img {
	border: 		medium solid #999999;
	margin-top: 	20px;
	margin-right: 	20px;
	margin-left: 	5px;
}
.pad_sides {
	padding-right: 	60px;
	padding-left: 	60px;
	
}
.kaption {

	padding-left: 15px;
}
.crdt {
	background-color: #999999;
	font-size: xx-small;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: top;
	margin: 0px 20px 0px 0px;
}

a:link {
	color: 				#000000;
	text-decoration:	none;
}
a:visited {
	text-decoration: 	none;
}
a:hover {
	text-decoration: 	none;
	color: 				#3399FF;
}
a:active {
	text-decoration: 	none;
	color: 				#FFFFFF;
}

.normlink a:link {
	color: #0000FF;
	text-decoration: underline;
}
.normlink a:visited {
	text-decoration: underline;
}
.normlink a:hover {
	text-decoration: underline;
	color: #0099FF;
}
.normlink a:active {
	text-decoration: none;
	color: #CC6633;
}

