html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe{
	font-family : "calibri", arial, sans-serif;
	font-size   : 12px;
	margin      : 0px;
	padding     : 0px;
	border      : 0px;
	outline     : 0px;
}

input, select, textarea{
	font-family : "calibri", arial, sans-serif;
	font-size   : 12px;
}

html, body{
    background  : #ffffff;
    color       : #000000;
	cursor      : default;
}

a, a:hover, a:active, a:visited{
    background  : inherit;
    color       : #0000dd;
}
    a, a:hover, a:active, a:visited{
        text-decoration : none;
    }
    a:hover{
        text-decoration : underline;
    }

small{
	font-size  : 10px;
}

h1{
	display    : none;
}
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
.clear{
	clear      : both;
}

.visibilityhidden{
	position   : relative;
	left       : -50000px;
	top        : -50000px;
	width      : 0px;
	height     : 0px;
	overflow   : hidden;
}

.displayNone{
    display    : none;
}

.width100{
    width      : 100%;
}

.pointer{
	cursor     : pointer;
}
	.pointer img{
		background : transparent url(/images/loading.gif) no-repeat center center
	}