a:link {color: #000000;}
a:visited {color: #02344d;}
a:active {color: #02344d;}
/* a:hover {background-color: #666666;} */


body {
	margin:0px;
	padding:0px;
	background-color:#dee6ec;
	font-family: "Arial", sans-serif;
	font-size:12px;
}

img {
	border:0px;
}

/* ie 6 does not support attribute specific classes, using named classes instead

input[type="text"] {	
	border: 1px solid #143a62; 
	font: normal 10px Arial;
	color: #231F20;	
	margin:0px;
	padding:2px;
}
input[type="image"] {
	border: 0; 
}
input[type="radio"] {
	border: 1px solid #ffffff; 
}
input[type="checkbox"] {
	border: 1px solid #ffffff; 
} */
input:focus { 
	border: 1px dotted 143b63; 
	color: #231F20;	
}
input.error { 
	border: 2px groove #9f2531; 
}
/* label {
	color: #231F20;	
	padding-right:5px;
	text-align:right;
} */


