.menu01 {
	color : #707070;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}
.menu01b {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
	text-align: center;
}

.menu01l {
	color : #707070;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 80px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: left;
}
.menu01r {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	padding-right : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 50px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}

.menu01 a {
	color : #707070;
	text-decoration: none;
}
.menu01 a:hover {
	color : #333333;
}
.menu02 {
	color : #3366CC;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	text-align: center;
}

.menu02l {
	color : #3366CC;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 5px;
	margin-right : 150px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	
	
} 

.menu02b {
	color : #3366CC;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: left;
}

.menu02c {
	color : #3366CC;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}
.menu03 {
	color : #ffffff;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	text-align: center;
}
.menu03 a {
	color : #3366CC;
	text-decoration: none;
}
.menu03 a:hover {
	color : #ffff00;
}

li ul {
    display: none;
}
li:hover > ul {
    display: block;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}



body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666E60;
}
a:link {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;

}
a:hover {
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
}
a:visited {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;

}
td, textarea, input, select {
	font-family: Verdana;
	font-size: 10px;
	color: #666E60;
	font-weight: normal;
}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color: #C6D1C0;
}
.text1 {
	font-family: Verdana;
	font-size: 10px;
	color: #730506;
	font-weight: normal;
}
.text2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #730506;
}
.text3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

div#menu {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-image: url(images/menutop.gif);
}
div#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color:#999999
}
div#menu ul li a {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	
	margin: 0px;
	list-style-type: none;
}
