@charset "utf-8";
/*********************************************** Reset Style ***********************************************/
*{margin: 0; padding: 0;}
body, html, div, blockquote, img, label, p,
h1, h2, h3, h4, h5, h6, pre, ul,  ol, li, dl, dt,
dd, form, a, fieldset, input, th, td { 
	margin: 0; padding: 0; border: 0; outline: none; 
}
ol, ul {list-style:none;}
a {text-decoration:none;}
a:hover {color:#C00;}
a img {border:none;}
img {vertical-align:center;}
fieldset {border: none;}
.clear{clear:both;}
.aligncenter{text-align:center;}

body{
	font-size:13px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	color:#272727;
	background:#fff url(../images/bg-body.gif) repeat;
}