/* global_font_reset */

html 
	{
	font-size: 75%;
	}

/* body_reset */	
body 
	{
	background: #FFF; 
	line-height: 1;
	}

/* body_reset */	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object 
	{
	padding: 0;
	margin: 0;
	}

/* underline_a */
a 
	{
	text-decoration: underline;
	}

/* hover_a */	
a:hover 
	{
	text-decoration: none;
	}

/* font_resets */
h1, h2, h3, h4, h5, h6, strong, th, var, address, caption, cite, code, dfn, em 
	{
	font-weight: normal;
	font-style: normal;
	}

/* font_resets */	
h1, h2, h3, h4, h5, h6 
	{
	font-size: 100%;
	}
/* table_reset */
table 
	{
	border-collapse: collapse; 
	border-spacing: 0;
	}

/* ul_resets */
ol,ul 
	{
	list-style: none;
	}
	
/* border_resets */
fieldset, img, abbr, acronym
	{
	border: 0;
	}

/* q_resets */
q:before,q:after 
	{
	content: '';
	}

/* caption_text_reset */
caption, th 
	{
	text-align: left;
	}

/*  */