.bodystyle 		{ 
			color: 		black; 
			margin:		5px 0px 0px 0px;
			background-image: url('granu.jpg'); 
			background-repeat: repeat; 
			} 

.bodytext		{ 
			font-family: 	Arial, Verdana, Helvetica; 
			font-size: 	14px; 
			color: 		#333333; 
			} 

.titletext		{ 
			font-family: 	Arial, Verdana, Helvetica; 
			font-size: 	28px; 
			font-weight:	bold;
			background:	#333333; 
			color:		white;
			} 



A:link 			{ text-decoration : underline;	color : #333333; } 
A:visited 		{ text-decoration : underline;	color : #333333; } 
A:hover 		{ text-decoration : none; 	color : #333333; }	

A.button:link 		{ text-decoration : none;	color : #ffffff; } 
A.button:visited 	{ text-decoration : none;	color : #ffffff; } 
A.button:hover 		{ text-decoration : underline; 	color : #ffffff; }	


input, textarea	 	{ 
			font-family: 	Verdana, Helvetica, Arial, sans-serif; 
			font-size: 	14px; 
			font-weight: 	bold;
			border: 	1px solid #333333;
			color: 		#000000;
			background:	#ffffff;
			} 

.inputRQD 		{ 
			background: 	#ffffff	;
			border-left: 	3px solid #cc0000;
			color:		inherit;
			} 

.inputTXT 		{ 
			background: 	#ffffff;
			color:		inherit;
			} 

.inputERR 		{ 
			background: 	#ffffff;
			border: 	1px solid #cc0000;
			color:		inherit;
			} 


.inputREADONLY 		{ 
			background: 	#ffffff;
			border: 	0px;
			color:		inherit;	
			} 

.inputbutton		{ 
			font-family: 	Verdana, Helvetica, Arial, sans-serif; 
			font-size: 	12px; 
			font-weight: 	bold;
			border: 	1px solid #333333;
			background:	#aaaaaa;
			color: 		#000000;
			cursor:		pointer;
			} 


