@charset "utf-8";
/* CSS stevenjlemieux.com (1)*/
body {
 
	font-size:12px;
    font-family:Georgia, "Times New Roman", Times, serif;
	background: #FFFFF5
	
	
}

a:link {
	text-decoration:none;
	color:#333333;
}

a:visited {
	text-decoration:none;
	color:#333333;
}

a:active {
	text-decoration:none;
	color:#333333;
}

a:hover {
       text-decoration:underline;
}


.standardtext {
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 100%;
	text-align:left;
	text-indent:30px;
	list-style: none;
	line-height:30px;
	list-style-position:outside;
}

.standardtext {
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 100%;
	text-align:right;
	text-indent:30px;
	list-style: none;
	line-height: 25px;
	list-style-position:outside;
	
}



.opaque {
	background-color: #333333;
	line-height: 17px;
}

.standardlinkleft {
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 100%;
	text-align:right;
	list-style: none;
	
	list-style-position:outside;
	margin-bottom: 15px;
	
	
}

.standardlink {
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 100%;
	text-align:left;
	list-style: none;
	
	list-style-position:outside;	
	margin-bottom: 15px;
	
}

.boxtitle {
	text-align:left;
	text-indent: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	color: #333333;
	font-size:14px;
	
	font-weight:bold;
	list-style:none;
	list-style-position:outside;	
	margin-bottom: 15px; 
	margin-top: 0px;
	
}

