
body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12.9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}

td {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12.9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}



p {
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
	font-style: italic;
}

p.formerror {
        border: 1px solid #ff0000;
        color: #000000;
        background: #ffeeee;
        padding: 2px 4px;
}

div.errors {
        border: 1px dashed #666600;
        color: #660000;
        background: #ffeeee;
        margin: 4px;
        padding: 6px;
}

div.tip {
        border: 1px solid #00c;
        color: #000066;
        background: #eeeeff;
        padding: 0px 8px;
}

