* {
    margin: 		0;
    padding: 		0;
    font-family: 	arial;
    cursor: 		default;
}
body {
    font-size: 		12px;
}
td {
    font-size: 		12px;
}
a {
    text-decoration: 	none;
    cursor: 		pointer;
}
a:hover {
    text-decoration: 	underline;
}
a img {
    cursor: 		pointer;
    border:		0px;
}
input {
    font-size: 		11px;
}
area {
    cursor: 		pointer;
}
.clearing {
    clear: 		both;
}
.error {
    color: 		red;
}
.left {
    float:		left;
}
.right {
    float:		right;
}
.noborderbottom {
    border-bottom:	0px !important;
}
