body  		
		{
			margin : 0;
			padding : 0;
			width : 100%; 
			background-color:#d8f289;
		} 

.button
		{
           	background:url(../images/button.png);
           	background-repeat:no-repeat;
           	background-position:center;
			background-position:top;
           	width: 153px;
           	height: 21px;
           	display: block;
			font-family:arial;
			color: #ffffff; 		
			font-size:11px;
			text-align: center;
       }
		
.button2
		{
           	background:url(../images/button2.png);
           	background-repeat:no-repeat;
           	background-position:center;
			background-position:top;
           	width: 153px;
           	height: 21px;
           	display: block;
			font-family:arial;
			color: #ffffff; 		
			font-size:11px;
			text-align: center;
       }
		
a:link 	 		
		{
			color: #ffffff; 
			text-decoration: none; 
			font-weight:bold; 			
		}
		
a:visited		
		{
			color: #ffffff; 
			text-decoration: none; 
			font-weight:bold; 			
		}
		
a:hover	 		
		{
			color: #fff200; 
			text-decoration: none; 
			font-weight:bold; 			
		}

a.black:link 	
		{
			color: #000000; 
			text-decoration: none; 
			font-weight:bold; 
		}
		
a.black:visited	
		{
			color: #000000; 
			text-decoration: none; 
			font-weight:bold;
		}
		
a.black:hover	
		{
			color: #CC3300; 
			text-decoration: none; 
			font-weight:bold;
		}

.textright 		
		{
			font-family:arial; 
			font-size:11px; 
			color:#ffffff; 
			text-align: right;
		}
		
.textcenter 	
		{
			font-family:arial; 
			font-size:11px; 
			color:#ffffff; 
			text-align: center;
		}
		
.textjustify
		{
			font-family:arial; 
			font-size:11px; 
			color:#ffffff; 
			text-align: justify;
		}

.textrightblack
 		{
			font-family:arial; 
			font-size:11px; 
			color:#000000; 
			text-align: right;
		}
		
.textleftblack		
		{
			font-family:arial; 
			font-size:11px; 
			color:#000000; 
			text-align: left;
		}
		
.textjustifyblack 
		{
			font-family:arial; 
			font-size:11px; 
			color:#000000; 
			text-align: justify;
		}

.textleftbold
		{
			font-family:arial; 
			font-size:12px; 
			color:#000000; 
			text-align: left; 
			font-weight:bold
		}
		
.textcenterbold
		{
			font-family:arial; 
			font-size:12px; 
			color:#000000; 
			text-align: center; 
			font-weight:bold
		}
				
.textgreen
		{
			font-family:arial; 
			font-size:12px; 
			color:#006600;
			text-align: left; 
			vertical-align:top;
		}
		
.textgreens
		{
			font-family:arial; 
			font-size:8px; 
			color:#006600;
			text-align: left; 
			vertical-align:bottom;
		}				

.textarea 
		{
			font-family: arial;
			font-size: 12px;
			color: #000000;			
			width: 220px;
			height: 100px;	
			background-color: #f1f1f2;
			border: 1px solid #808080;
			overflow: auto;
		}

.input 
		{
			font-family: arial;
			font-size: 12px;
			color: #000000;			
			width: 220px;
			background-color: #f1f1f1;
			border: 1px solid #808080;
			overflow: auto;
		}
