@charset "UTF-8";
/* CSS Document */

/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 10;
	border: 2;
	}
body {
	font: 110% georgia, sans-serif;
	line-height: 1.1;
	color: #555753;
	background: #FFF;
	margin: 9;
	padding: 5;
	word-wrap: break-word;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	line-height: 20px;
	}
h3 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #900;
	}
	
bold {
	font:"Courier New", Courier, monospace;
	color:#00C;
	font-weight: lighter;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #036;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #69C;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #FFCCCC;
	}
	
	
acronym { border-bottom: 1px; 	}

.textarea2 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #009;
	background-color: #FFC;
	letter-spacing: 5px;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	
}

.br_small {
	line-height: 10px;
}