html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.png
    {
        //background-image: none ! important;
        behavior: url('pngfix.htc');
    }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.arial_10_bold {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.arial_11_bold {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.white{
	color: #FFFFFF;
}
.menu_white {
	font-weight:bold;
	font-size: 15px;
	color: #FFFFFF;
}
.menu_white_12 {
	font-weight:bold;
	font-size: 12px;
	color: #FFFFFF;
}
.menu_orange {
	color: #F67E18;
	font-weight:bold;
	font-size: 14px;
}
.menu_orange_n {
	color: #F67E18;
	font-size: 14px;
}
.head_green {
	font-size: 24px;
	color: #B6CE02;
}
.green_18 {
	font-size: 18px;
	color: #B6CE02;
}
.orange_18 {
	font-size: 18px;
	color: #F67E18;
}
.head_orange {color: #F67E18; font-size: 24px; }
.project_red {
	font-size: 14px;
	color: #EA4C1A;
}

.form_text {color:#666666;
border: #666666 1px solid;
background-color : #FFFFFF;
width : 150px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
height : 17px;
}

.form_text_area {color:#666666;
border : 1px solid #666666;
background-color : #FFFFFF;
width : 280px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
}
