@charset "UTF-8";
/* CSS Document */

body { background:#fff; color:#2f2f2f; font:12px/1.5 Arial, Helvetica, sans-serif; /*text-align:center;*/ min-height:100%; margin:0; padding:0; }
body, ul, ol, h1,h2,h3,h4,h5,h6, form,li,p{margin:0; padding:0;}
a, a:link, a:hover, a:visited {outline:none;}

p {color:#454545;}

ul {list-style:none;}

fieldset, form {border:none; padding:0; margin:0;}

.clearboth {clear:both;}


img { border:0; }

a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #454545;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	border-color: #454545;
}
a:hover {
	color:#454545;
	text-decoration: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #454545;
	
}



/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#333;}
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }