* {
	font-family: Verdana, Arial, Arial CE;
	color: #244fa2;
	font-size: 12px;
}
a {
	text-decoration: underline;
}
body {
	
}
img {
	border: none;
}
.bg {
	background-color: #FFFFFF;
}
.txt, .txt a {
	color: #244fa2;
}
.txt a {
	text-decoration: none;
}
.txt a:hover {
	text-decoration: underline;
}
.txt {
	margin: 5px;
	padding: 5px;
}
.warn {
	color: #f44;
}
.msgErr {
	color: #f00;
	font-weight: bold;
}
.msgInfo {
	color: #42987B;
	font-weight: bold;
}
input.err {
	border: 1px solid #f00;
	color: #f00;
}
