.TextboxStyle 
	{	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
		background-color: #FFFFFF; 
		color: #000080; 
		border-style: solid; 
		border-width: 1
	}
.TextboxStyleR 
	{	font-family: Arial, Helvetica, sans-serif; font-size: 10px; 
		background-color: #FFFFFF; 
		color: #000080; 
		border-style: solid; 
		border-width: 1
		text-align: right
	}
.ButtonStyle 
	{	font-size: 10px; 
		font-family: Arial; 
		background-color: #666699; 
		color: #FFFFFF; 
		border-style: ridge
	}

.TextStyle

	{	
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	}
\\a:active {  color: #3300CC; text-decoration: none}
\\a:hover { color: #3300CC; text-decoration: none ; background-color: #CCCCCC}
\\a:link { color: #3300CC; text-decoration: none }
\\a:visited { color: #3300CC; text-decoration: none }


a:link {  color: #009900; text-decoration: none}
a:hover { color: #009900; text-decoration: underline }
a:visited { color: #009900 ; text-decoration: none}
a:active { color: #009900 ; text-decoration: underline}


