
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: classic charter company basic stylesheet
author: wayne taylor
created: 15/11/06
modified: 15/11/06
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   import sophisticated style */

@import url(sophist.css);

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	padding: 0;
}
	
body {
   font-family: Arial, Helvetica, Vernada, Sans-serif;
	font-size: 100%;
}

.printonly {
	display: none;
}

/* -----------------------------------------------------------------------------
   end style sheet */