body{
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat;
	background-position: top left;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

#logo{
	position: absolute;
	top: 0px;
	left: 7px;
	width: 500px;
	height: 290px;
	z-index: 2;
}

#img_hp{
	position: absolute;
	width: 294px;
	height: 240px;
	margin-left: 30px;
	background-image: url(../images/spot.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 1;
}

.td_menu{
	width: 25px;
	height: 20px;
	background-image: url(../images/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.td_menu_down{
	width: 25px;
	height: 20px;
	background-image: url(../images/arrow_menu_down.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.td_menu_blink{
	width: 25px;
	height: 20px;
	background-image: url(../images/arrow_menu_blink.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.td_submenu{
	width: 25px;
	height: 18px;
	background-image: url(../images/arrow_submenu.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.td_section{
	height: 40px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 25px;
	background-color: #888888;
	background-image: url(../images/arrow_section.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.text{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.text_black{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.desc{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}

.title{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

img.img_section{
	border: 1px solid #DF0017;
}

img.img_highlight{
	border: 1px solid #DF0017;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

img.img_highlight_hover{
	border: 1px solid #DF0017;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

a:link{
	color: #DF0017 !important;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	white-space: nowrap;
}

a:visited{
	color: #DF0017 !important;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	white-space: nowrap;
}

a:active{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	color: #DF0017;
	text-decoration: underline;
	white-space: nowrap;
}

a:hover{
	font-size: 10px;
	font-family: Verdana;
	color: #888888 !important;
	text-decoration: none;
	white-space: nowrap;
}

a.menu:link{
	color: #DF0017 !important;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

a.menu:visited{
	color: #DF0017 !important;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

a.menu:active{
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	color: #DF0017;
	font-weight: bold;
	letter-spacing: 1px;
}

a.menu:hover{
	font-size: 11px;
	font-family: Verdana;
	color: #888888 !important;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
}

a.black:link{
	color: #000000 !important;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.black:visited{
	color: #000000 !important;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.black:active{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.black:hover{
	font-size: 10px;
	font-family: Verdana;
	color: #000000 !important;
	text-decoration: underline;
	font-weight: bold;
}

a.white:link{
	color: #FFFFFF !important;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.white:visited{
	color: #FFFFFF !important;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

a.white:active{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.white:hover{
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: bold;
}

input.input_text{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 150px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #E3001B;
	padding-top: 2px;
}

textarea.text_area{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 350px;
	height: 130px;
	background-color: #FFFFFF;
	border: 1px solid #E3001B;
	padding-top: 3px;
	overflow-x: hidden;
	overflow-y: auto;
}

select.area_select{
	height: 20px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 2px;
}

input.input_button{
	height: 18px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 2px solid #E3001B;
	cursor: pointer;
}