/*

REM Style sheet

*/
A:link, a:visited {text-decoration: none; color: #808080;}
A:hover {text-decoration: underline; color: #000000;}

input.text {
	background-color: #E3E1E1;
	border-color:#08298A;
	border-width:0px;
	border-style:solid;
	}
	
textarea.text {
	background-color: #E3E1E1;
	border-color:#08298A;
	border-width:0px;
	border-style:solid;
	font-family:Tahoma;
}
	