@charset "utf-8";
/* CSS Document */

body {
	font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	color:#333;
	margin:0px; 
	padding:0px; 
	border:0px;
}

.titles{
	font-size:16px;
	font-weight:bold;
	color:#1E5F87;
}

.titles_2{
	font-size:14px;
	font-weight:bold;
	color:#C54816;
}

.sub_title_links{
	font-size:12px;
	text-decoration: underline;
	color:#C54816;
}

.sub_title_links:hover{
	font-size:12px;
	text-decoration: none;
	color:#C54816;
}

.other_links{
	font-size:12px;
}
	
	
.img_caption{
	font-size:10px;
	font-style:italic;
	color:#333;	
}

