/* CSS Document */

body{
	background-color:#FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;	
}

.bg_hori_top{
	background-image:url(../images/dot_hori.jpg);
	background-repeat:repeat-x;
}
.bg_vert_LR{
	background-image: url(../images/dot_verti.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
.bg_link{
	background-image: url(../images/link_bg.jpg);
	background-repeat:repeat-x;

}
a.link{
	color: #FFCB77;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.link{
	font-weight: bold;
	text-decoration:underline;

}
a.sky{
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	font-stretch: 120px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.sky{
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	font-stretch: 120px;
	text-decoration:underline;

}
a.orange{
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.orange{
	font-weight: bold;
	text-decoration:underline;

}

.textbox{
	border: #D6D9BA 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 110px;
	height: 14px;
}
.combobox{
	border: #D6D9BA 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 140px;
	height: 40px;
}
.button{
	background-color:#FF6600;
	border: #999999 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 60px;
	height: 18px;

}
p.arw1 { 
	padding-left:15px;
	background-image: url(../images/arrow.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin-left:10px;
	font-family:verdana;
	font-size:11px;
	line-height: 7px;
}

.style2 {
	color: #518BB8;
	font-weight: bold;
	font-size: 20px;
	font-stretch: 120px;
}
.style3 {
	color: #777777;
	font-weight: bold;
	font-size: 20px;
	font-stretch: 120px;
}
.style4{
	color: #777777;
	font-weight:bold;
	font-size: 12px;
}
.style5{
	color: #777777;
	font-size: 12px;
}
.style4 {font-size: 16px}
.style6 {color: #FF6600	}
.style7 {color: #FF3300}
.style8 {
	color: #FF6600;
	font-weight: bold;
	font-size: 20px;
	font-stretch: 120px;
}
.style9 {color: #FFFFFF}
.red{color: #CC0000;}
.border{
    BORDER-RIGHT: silver 1px solid;
    BORDER-TOP: silver 1px solid;
    FONT-SIZE: 10px;
    MARGIN: 0px;
	background-repeat:repeat-x;
	background-position: bottom;
    BORDER-LEFT: silver 1px solid;
    COLOR: #CC0000;
    BORDER-BOTTOM: silver 1px solid;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}