.body { font-family: Verdana; font-size: 11px ; color: #000000; background-color: #CDD0D7; padding: 10px }

body, table, div, tr, td {font-family: Verdana; font-size: 11px; color: #000000 }

td.bright { background-color: #e6e7eb }

td.white { background-color: #ffffff }

th { background-color: #C3C6CD }

a, a:visited, a:active, a:link {text-decoration: none; color: #334B7B }

a:hover {text-decoration: none; font-weight: bold; color: #800000 }

a.icon {border-bottom: none }

h1 { font-family: Verdana, Arial; font-size: 13px; color: #333363 }

input[type=text], input[type=password], textarea {
	background-color: #ffffff;
	border: 0px;
	padding: 4px;
}

.bg_message_warn {
	background: #900000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid white;
	text-align: center;
}

.bg_message_confirm {
	background: #ffa609;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid white;
	text-align: center;
}

.bg_message_ok {
	background: #008000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border: 2px solid white;
	text-align: center;
}
