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

	body	 {
		/* margin: 0px 5px 0px 0px; */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}

	#container{
		width:100%;
	}
	
	.clear {
		clear:both;
	}
	
	.bold {
		font-weight:bold;
	}
		
	.italic {
		font-style:italic;
	}
		
	.underline, .underlined {
		text-decoration:underline;
	}

	.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;
		border:0px;
	}

	.makehidden {
		display:none;
	}
	
/* --- End of the default CSS --- */
