@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: #000;
	background-color: #fff;
}

a:link { text-decoration: none !important; }
a:visited { text-decoration: none !important; }
a:hover { text-decoration: underline !important; }

.logintitle {
	background-image: url(images/login_title.gif);
	font-size: 11px;
	font-weight: bold;
	color: #687DA6;
}

.txtgeneral {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.txtsuccess {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
}

.txterror {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

.buttons {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
	border: thin solid #666;
}
