@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px; clear:both;}
body {
	background-color:#7b9773; 
	margin:0px; 
	padding:0px; 
	font-size:12px; 
	text-align:justify; 
	font-family:Arial, Helvetica, sans-serif;
/*  
	cursor: url(/cursors/radix/green/normal.cur), default;
	cursor: url(/cursors/deepsky/Arrow.cur), default;
    cursor: url(/cursors/mark/normal.cur), default;
    cursor: url(/cursors/silver/arrow.cur), default;
	cursor: url(/cursors/xblack/arrow.cur), default;
*/
	cursor: url(/cursors/xblack/link.cur), default;
/*    *cursor: default;  */
}
h1 {color:#235B0B; font-size:15px; margin:15px; font-weight:normal;}

strong {color:#154400; font-weight:normal;}

a, a:link, a:active, a:visited, a:hover {

	color:#154400;
	text-decoration:none;

}

a:hover, img:hover {
/*	
	cursor: url(/cursors/radix/green/hand.cur), pointer;
	cursor: url(/cursors/deepsky/Link.cur), pointer;
   	cursor: url(/cursors/mark/link.cur), pointer;
   	cursor: url(/cursors/silver/cross.cur), pointer;
   	cursor: url(/cursors/xblack/link.cur), pointer;
*/
   	cursor: url(/cursors/xblack/arrow.cur), pointer;
/*  	*cursor: pointer; */
}

	
.link-inner, .link-inner:link, .link-inner:active, .link-inner:visited{

	text-decoration:none;
	border-bottom:1px dashed #235B0B;

}

.link-inner:hover {
	border-bottom:1px dotted #235B0B;

}


/* ----------- INTRO -------------- */
#divHomepage {
	width: 420px;
	height: 620px;
	background:url(../images/bgto-min.png) center top no-repeat;
	padding-top:15px;
	text-align:justify;
	margin-bottom:-15px;
}

p, h2 {margin-left:20px; margin-right:20px;color:#7b9773; margin-top:5px; font-size:12px;}

p {margin-top:9px;}

.parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}



#copy {	color:#CCCCCC; margin:0px; padding:0px; margin-top:5px; margin-bottom:5px; font-size:10px;}



.footer {
	width: 100%;
	height: 45px;
	color: #000;
	text-align: center;
	font-size: 10px;
}

.footer a,.footer a:link,.footer a:active,.footer a:visited,.footer a:hover {

	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:lowercase;
}

.footer a:hover {

	text-decoration:underline;

} 

/* ------------ End ----------------- */
