.contact { color: #09692a; font-size: 12px; font-family: Arial,Helvetica }
.maintxt  { color: #5a9a3c; font-size: 19px; font-family: Arial, Helvetica; font-weight: bolder; line-height: 16px }

td .maintxt  { color: #5a9a3c; font-size: 19px; font-family: Arial, Helvetica; font-weight: bolder; line-height: 22px }


A 				  { color: #285F1A; text-decoration: underline }
A:visited 		  { color: #5AAA26; text-decoration: underline }
A:hover 		  { color: orange; text-decoration: underline }
A:active 		  { color: orange; text-decoration: underline }




/* =MISC: FORM ELEMENTS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
input.button {
	width: auto;
	border: 3px double #48832D;
	border-top-color: #69AC4A;
	border-left-color: #69AC4A;
	padding: 2px;
	background-color: #5A9A3C;
	color: white;
	font-weight: bold;
                font-size:24px
	}

	
/* =ANCHORS (Defaults) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
a, a:active {
	color: #48832D;
	}

a:visited {
	color: #5A9A3C;
	}
	
a:hover {
	color: #69AC4A;
	}
	
	body {  background-image: url('images/background.jpg'); background-repeat: repeat }

	#button a {
	display: block;
    width: 322px;
    height: 320px;
    background: url("images/button_buy.gif") 0 0 no-repeat;
    text-decoration: none; }

	#button a:hover {	
	background-position: -322px 0;}
	

	
		
	#button2 a {
	display: block;
    width: 322px;
    height: 320px;
    background: url("images/button_sell.gif") 0 0 no-repeat;
    text-decoration: none; }

	#button2 a:hover {	
		background-position: -322px 0;}

		
		
		
	#button_invest a {
	display: block;
	float: right;
    width: 155px;
    height: 66px;
    background: url("images/invest_button.gif") 0 0 no-repeat;
    text-decoration: none;}

	#button_invest a:hover {	
		background-position: -155px 0; }
	#button_invest a:active {
		background-position: -155px 0; }
			
			
			
	#button_home a {
	display: block;
	float: left;
    width: 155px;
    height: 66px;
    background: url("images/button_home.gif") 0 0 no-repeat;
    text-decoration: none;
   
   
    }

	#button_home a:hover {	
		background-position: -155px 0; }
	#button_home a:active {
		background-position: -155px 0; }			
			
			
			
			