
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: ait spatial basic stylesheet
author: wayne taylor
created: 05/12/06
modified: 19/04/06
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   import sophisticated style */

@import url(sophist.css);
@import url(nav.css);
@import url(map_style.css);

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
	
body {
	font-family: Arial, Vernada, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
}

a:link, a:visited, a:hover, a:active {
   color: #002d47;
}

h1 {
	font-size: 170%;
	text-align: center;
}

 /* -----------------------------------------------------------------------------
   end of style sheet */