
/* --------------------------------------------------------------
	STANDAR HTML TAG RESET
-------------------------------------------------------------- */

	html, body,
	h1, h2, h3, h4, h5,h6,
	div, p, ul, ol, li, blockquote, pre,
	img, a, span, label,
	/*table, caption, tbody, tfoot, thead, tr, th, td,*/
	form, fieldset, input, select, textarea,
	abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, legend{
		border:							0;
		margin:							0;
		padding:						0;
		outline:						0; 
		vertical-align:					baseline;
		font-family:					inherit;
		font-weight:					normal;
		font-size:						100%; 
	}



/* --------------------------------------------------------------
	STANDAR HTML TAG DEFINITION
-------------------------------------------------------------- */
	
	/*{
		font-family:					arial, verdana, tahoma, sans-serif;
	}*/
	
	
	html, body{
		font-size:						12px;
		color:							#646464;
		font-family:					arial, verdana, tahoma, sans, sans-serif;
	}
	
	
	table{
		/*border-collapse:				collapse;
		border-spacing:					0;*/
	}
	
		td{
			vertical-align:				top;
			text-align:					left;
		}
	
	
	ul{
		list-style:						none;
	}
	
	
	a{
		cursor:							pointer;
		text-decoration:				underline;
		color:							#003366;
	}
	

	h1{
		font-size:						22px;
	}


	h2{
		font-size:						18px;
	}
		
	
	h3{
		font-size:						16px;
	}
		
	
	h4{
		font-size:						14px;
	}
	
	
	h5{
		font-size:						12px;
	}
	
	
	h6{
		font-size:						10px;
	}
	
	b, strong{
		font-weight:					bold;
	}
	
	i{
		font-style:						italic;
	}
	

