﻿@charset "utf-8";

/* CSS Reset */
body,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td, { 
	margin:0;
	padding:0;
	
	
}

table {
	border-collapse:collapse;
	border-spacing:0;
	

}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}


caption,th {
	text-align:left;
}

q:before,q:after {
	content:no-open-quote;
}
abbr,acronym { border:0;
}
a
{
text-decoration: none;
color:#000;
}

p{
	
font-family: helvetica,arial,sans-serif;
 font-size: 11px;	
	
}





	
	
#body{
	
	
	
	margin:auto;
	text-align:center;
	overflow:hidden;
	color: #000;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
   
	
}
	
