@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-image: url(../i/bg.gif);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
}
.txt_black12, .txt_black12:link, .txt_black12:visited{
    color:#000;
	text-decoration:none;
}
.txt_black12:hover, .txt_black12:active{
	color: #000;
	text-decoration:none;
}
.txt_white12, .txt_white12:link, .txt_white12:visited{
    color:#FFF;
	text-decoration:none;
}
.txt_white12:hover, .txt_white12:active{
	color: #FFF;
	text-decoration:none;
}
div, p, ul, ol, li, form, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0px;
	padding: 0px;
}
li{
    list-style-type:none;
	float: left;
	display: block;
}
p { 
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.pointer {
	cursor: pointer;
}

table {
    border-collapse: collapse;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

input, select, textarea {
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

.clear_fix:after {
        content: "."; 
        display: block; 
        height: 0px; 
        clear: both; 
        visibility: hidden;
}
.clear_fix {
        display: inline-block;
		zoom:1;
}
/* Start hiding from IE Mac \*/
* html .clear_fix {
        height: 1%;
}
.clear_fix {
        display: block;
}
/* Stop hiding from IE Mac */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.margin_top5{
	margin-top:5px;
}
.margin_top15{
	margin-top:25px;
}
.margin_left17{
	margin-left:17px;
}
.margin_right17{
	margin-right:17px;
}
.letter_spacing2{
    letter-spacing:2px;
}
.h_middle {
	vertical-align: middle;
}
.text_align_center{
	text-align:center;
}
.display_block{
	display:block;
}