/********************************************************************************************
*  																							*
* GLOBAL ELEMENT PROPERTIES																	*
*																							*
********************************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: none;
} 

html{
	height: 100%;
	margin-bottom: 1px;
}

body{
	min-width: 780px;
	text-align: center;			

	font-family: Arial, Verdana, Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.0em;

	color: #E4E5E6;
	background: #2A2B2D url(../image/_global/sawali_tile.jpg) repeat-x 0 0;
}

/********************************************************************************************
*  																							*
* UL AND OL																					*
*																							*
********************************************************************************************/

ul, ol
{
	list-style: none;
	text-align: left;
}

/********************************************************************************************
*  																							*
* IMAGES																					*
*																							*
********************************************************************************************/

img{
	font-size: 0.75em;
	color: #999;
}

/********************************************************************************************
*  																							*
* BLOCKQUOTE, CITE AND ADDRESS																*
*																							*
********************************************************************************************/

blockquote, cite, address {
	font-style: normal;
}

/********************************************************************************************
*  																							*
* FLOAT CLEARS																				*
*																							*
********************************************************************************************/

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

/********************************************************************************************
*  																							*
* ACRONYM																					*
*																							*
********************************************************************************************/

acronym {
	cursor: help;
}