/* CSS Document */
.menu01 {
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-weight: bold;
}
.menu01 a {
	color : #fff;
	text-decoration: none;
}
.menu01 a:hover {
	color:#F26921;
	text-decoration:underline;
}
.menu02 {
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-weight: bold;
}
.menu02 a {
	color : #CC0000;
	text-decoration: none;
}
.menu02 a:hover {
	color : #CC6600;
}
.menu03 {
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-weight: bold;
}
.menu03 a {
	color : #666665;
	text-decoration: none;
}
.menu03 a:hover {
	color:#F26921;
	text-decoration:underline;
}
.textfield {
	BORDER-RIGHT: #3F60AD 1pt solid;
	BORDER-TOP: #3F60AD 1pt solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #3F60AD 1pt solid;
	COLOR:#006699;
	BORDER-BOTTOM: #3F60AD 1pt solid;
	FONT-FAMILY: "Verdana";
	BACKGROUND-COLOR:#FFFFF;
	TEXT-DECORATION: none;
}
.textfield12 {
	BORDER-RIGHT: #3F60AD 1pt solid;
	BORDER-TOP: #3F60AD 1pt solid;
	FONT-SIZE: 12px;
	BORDER-LEFT: #3F60AD 1pt solid;
	COLOR:#006699;
	BORDER-BOTTOM: #3F60AD 1pt solid;
	FONT-FAMILY: "Verdana";
	BACKGROUND-COLOR:#FFFFF;
	TEXT-DECORATION: none;
}
.account_left_menu_ul{
	list-style-image: url(../images/accountinfo/menu_list_style_img.gif);
}
.account_left_menu_ul li{
	clear: both;
    line-height: 10px;
    padding:5px 0 5px 0;
    margin:0px;
}
.account_left_menu_ul li a, .account_left_menu_ul li a:visited, .account_left_menu_ul li a:active{
	text-decoration: none;
	color:#fff;
	font-size: 13px;
}
.account_left_menu_ul li a:hover{
	text-decoration: underline;
	color:#F26921!important;
	font-size: 13px;
}