﻿@import url('layout.css');

/*内部导航样式*/
.menu {
	font-size: medium;
}

.menu ul {
    list-style-type: none;
    margin:0px;
}

.menu li {
	display: inline;
    list-style-type: none;
}

.menu li span {
	display: block;
	padding-top: 8px;
	text-align: center;
}
	
.menu li a {
	display:inline-block;
	text-decoration: none;
	font-weight: bold;
	height:33px;
	width:100px;
	background-image: url("../images/link.jpg");
	background-repeat:no-repeat;

}
.menu li a:hover {
	display:inline-block;
	text-decoration: none;
	font-weight: bold;
	height:33px;
	width:100px;
	background-image: url("../images/linkHover.jpg");
	background-repeat:no-repeat;

}

/*通用样式*/

a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.float_right {
	float:right;
}


#contact {
	font-weight: bold;
}

#contact table{
	 width:100%;
}


#contact  img{
	 border: 0px;
}



#flash {
	width: 520px;
	height: 370px;
	margin:20px;
}





