/* --- Begin of the default CSS --- */
	*	 {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	p {
		padding-bottom:10px;
	}

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	.clear {
		clear:both;
	}
	
	.bold {
		font-weight:bold;
	}
	
	.italic {
		font-style:italic;
	}
	
	.underlined {
		font-decoration:underlined;
	}

	.textLeft {
		text-align:left;
	}
	
	.textCenter {
		text-align:center;
	}
	
	.textRight {
		text-align:right;
	}
	
	.linkCursor {
		cursor:pointer;
	}

	.noCursor {
		cursor:default;
	}
	
	.noStyle {
		font-weight:normal;
		font-style:normal;
		text-decoration:none;
		text-align:left;
	}
	
	a {
		outline: 0;
	}
	
	img {
		border: 0px solid;
	}
	
	.makehidden {
		display:none;
	}
	
/* --- End of the default CSS --- */
