/* CSS Document */

	
	body {
    padding-bottom: 50px;
	background: #ffffff url('bgs_04.gif');
	background-repeat: repeat; 
    font-family: georgia, trebuchet ms, arial;
	font-size: 11pt;
	line-height: 12pt;
	color: #000000; 
		}
		
	p { 
    margin:0px 10px 10px 10px;
	font-family: georgia, trebuchet ms, verdana;
	font-size: 11pt;
	line-height: 12pt;
	color: #000000; 
	margin-top: 0px; 
	text-align: justify;
	}
	
	a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #119D50;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #119D50;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #66cc66;
	cursor: n-resize; 
	}
	
	#main {
	    position: absolute;
		left: 100px;
	    width: 650px;
		border:1px solid #333; 
		background:#999;
		}
