@charset "utf-8";
/* CSS Document */


/* BULLET STYLING */
.bullet_title{
	margin-top: 5px;
	margin-bottom: 0px;
	
	}

.bullet_content{
	} 
	
.bullet_content ul{
	list-style-image:url(asset_images/subcontent_bullets.png);
	}
	
/* BULLET STYLING */	
	
.contentwindow{
	margin-top: 10px;
	}
	
.titlewindow{
	color: #256e81;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #256e81;
	margin-bottom: 15px;
	}
	
.subtitlewindow{
	color: #256e81;
	font-size: 13px;
	margin-top: 20px;
	font-weight: 700;
	}