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

	body,
	h1, h2, h3, h4, h5,h6,
	p, ul, li,
	img,
	form, input, select{
		border:							0;
		margin:							0;
		padding:						0;
	}


	ul{
		list-style:						none;
	}


	h1, h2, h3, h4, h5,h6{
		font-weight:					normal;
		color:							#0d3c57;
	}


/* --------------------------------------------------------------
	STANDAR HTML TAG DEFINITION
-------------------------------------------------------------- */
	
	*{
		font-family:					arial, verdana, tahoma, sans;
	}
	
	
	body{
		font-size:						12px;
		background:						#00a3d4;
	}
	
	
	table{
		font-family:					arial, verdana, tahoma, sans;
		font-size:						12px;
	}
	
		td{
			vertical-align:				top;
			text-align:					left;
		}
	
	
	input[type=password], 
	input[type=text], 
	textarea{
		font-family:					arial, verdana, tahoma, sans;
		font-size:						12px;
		padding:						1px;
	}
	
	
	input[type=checkbox], 
	input[type=radio],
	input[type=password]{
		cursor:							pointer;
	}
	
	
	select{
		font-family:					arial, verdana, tahoma, sans;
		font-size:						12px;
	}
	
	
	a{
		cursor:							pointer;
		text-decoration:				underline;
		font-size:						12px;
	}
	
	
	h2{
		font-size:18px;
	}
	
		h2 *{
			font-size:18px;
		}
		
	
	h3{
		font-size:16px;
	}
	
		h3 *{
			font-size:16px;
		}
		
	
	h4{
		font-size:14px;
	}
	
		h4 *{
			font-size:14px;
		}
	
	
	h5{
		font-size:12px;
	}
	
		h5 *{
			font-size:12px;
		}
