@charset "utf-8";

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #333333;
	background-color: #f4f4f4;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}
input, select {
    font-size: 14px;
	border:none;
	margin: 0;
    padding: 0;

}
img {
    border: 0 none;
}
a{
	color:#333333;
	text-decoration:none;
	}
a:hover{
	color:#005bac;
	cursor: pointer;
	}
a:focus {
    outline:none;
    }	
a img {
    border: 0 none;
}
del {
    text-decoration: line-through;
}
i,em {
    font-style: normal;
}
i{ 
	color:#FF0000; 
	padding:0 2px;
}

ul, li, dl, dt, dd {
    list-style: none outside none;
}











	

	
