/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet; authors, David Janik-Jones + Marc Trudel.
Create a copy of the three style sheets and place them in your new website directory.
CSS are commonly kept in the /includes/css/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for CLIENT NAME HERE, by eSolutions Group, http://www.esolutionsgroup.ca */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2005 by CLIENT NAME HERE */
/* Date Started: INSERT DATE HERE */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #EE6622;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #126634;
}
a:hover {
	text-decoration: underline;
	color: #EE6622;
}
a:active {
	text-decoration: none;
	color: #EE6622;
}

