/* CSS Document */
* {
margin: 0px;
padding: 0px;
}

body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

a {
color: #FF6600;
}

a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.wrapper {
margin: 0px auto 50px auto;
width: 900px;
text-align: center;
}

.wrapper div {
clear: both;
display: block;
margin: 0 auto 5px auto;
padding: 5px 0 0 0;
}

h3 {
color: #FF6600;
font-size: 18px;
margin: 0 auto 5px auto;
padding: 5px 0 0 0;
}

.describe {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
}

.info {
text-align: center;
width: 250px;
}

.list {
font-weight: bold;
text-align: center;
width: 700px;
}

li a {
border-bottom: #FF6600 dotted 1px;
color: #000000;
text-decoration: none;
}

li a:hover {
border-bottom: none;
color: #FF6600;
text-decoration: none;
}

li span.uc {
color: #13007D;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
}
	
li span.desc {
color: #999;
font-size: 10px;
font-weight: normal;
line-height: 12px;
}

div.list ol {
float: left;
margin: 0 0 10px 0;
padding: 10px 0 0 0;
text-align: left;
width: 100%;
}

div.list ol li {
float: left;
margin: 0 0 0 5%;
min-height: 55px;
padding: 0;
width: 45%;
}

.banner {
width:468px; 
margin:0 auto;
}

.banner a img {
border: none;
}