
/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch li.liquid a {
	background: url(../images/common/lq_on.gif) no-repeat left center;
	}
ul#css_switch li.fixed a {
	background: url(../images/common/fx_off.gif) no-repeat left center;
	}
/*----------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #333333;
}

th {
font-size: 14px;
	font-weight: normal;
}
td {
font-size: 14px;
}
