/* GENERAL */


body {
	font-family: arial, sans-serif;
	font-size: 12px;
		line-height: 160%;
	color: #5d5d5d;
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0;
	overflow: auto;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF; 
}

p { margin-right: 5px; margin-top: 5px; margin-bottom: 10px; }

a:link, a:visited { 
	text-decoration: none; 
	background: none; 
	color: #050505; 
	border: 0px dashed #050505; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 0px;
	}

a:hover, a:active { 
	text-decoration: none; 
	background: none; 
	color: #989898; 
	border: 1px dashed #ff0101; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	}

img { border: 0; padding: 0; margin: 0; }

strong { font-weight: bold; color: #000000; }

em { font-weight: normal; color: #989898; }

h1 { 	font: 23px "garamond", "times new roman"; 
	color: #ff0000; 
	text-transform: uppercase; 
	letter-spacing: 8px;
	text-align: left;
	text-indent: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	border: 2px dashed #000000; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 2px;
	}

blockquote {
border : 1px solid #ff0000;
width: 200px;
margin: 0px;
padding: 7px;
	padding-left: 20px;
	padding-bottom: 0px;
	background: url('blockbgr.png') repeat;
	font: italic 10px "georgia", sans-serif; 
		color: #000000;


}
 
  
/* CONTENT */

#content {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	  padding: 0px 0px 0px 0px;
	  	border-bottom: 0px


}



/* TABLES */



td.side em {
 	font: italic 10px "georgia", sans-serif; 
	color: #d0d0d0;
	text-transform: lowercase; 
	line-height: 100%;
	}
	

td.side b {
 	font: italic 10px "georgia", sans-serif; 
	color: #000000;
	text-transform: lowercase; 
	line-height: 100%;
	}
	



td.navigation a:link, .navigation a:visited {
 	font: 18px "times new roman", sans-serif; 
 		letter-spacing: 5px;
	text-transform: uppercase;
	color: #000000;
	background: url('linkbr_1.png') no-repeat;
	display: block;
	padding: 3px;
	padding-right: 18px;
	margin-bottom: 2px;
		margin-right: 0px;
	text-indent: 0px;
	text-align: right;
	width: 150;
	border: 0;
	}

td.navigation a:hover, .navigation a:active {
	font: 24px "times new roman", serif
		letter-spacing: 5px;
	color: #FFFFFF;
	background: url('linkbr_2.png') no-repeat;
	display: block;
	text-decoration: none;
	text-indent: 0px;
	border: 0;
	}



p.intro:first-letter {color:#FF0000}

p.intro:first-line {font: 18px "times new roman", serif; 
					text-transform: uppercase; }

