﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.pullout {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #102C36;
	text-align: justify;
	background-color: #CECCB3;	
}


.DottedLine
{
	background-repeat: repeat-x;
	background: url('dot.jpg');
}

