#intro p:first-letter {
    margin: 0;
}

#intro p {
    padding: 10px 20px;
    font-size: 12px;
    font-weight:bold;
}

#intro p.first {
    font-size:14px;
    color:#0e3584;
    text-align:center;
}

.index {
    clear:both;
    display:block;
    padding: 10px;
}

a.index {
	cursor:pointer;
}

.index img {
    float:left;
    padding: 0 !important;
    margin: 0 !important;    
}

.index {
    padding: 20px 30px;
    margin:0 auto;
    width: 650px;
    height:100px;
	font-weight: bold;
}

a:hover.index {
    text-decoration:none !important;
}

a:hover.index strong {
    color: #1e55b4 !important;
    text-decoration: none !important;
    background:transparent url("/resources/drop2.gif") no-repeat scroll left top;
    border-bottom:solid 2px #1e55b4;
}

a:hover.index small {
    text-decoration:none !important;
}

.index strong {
    display:block;
    border-bottom:solid 2px black;
    float:right;
    width:455px;
    padding-left:15px;
    background:transparent url("/resources/drop.gif") no-repeat scroll left top;
    color: black !important;
    font-size:12px;
}

.index small {
    clear:right;
    float:right;
    width:470px;

    padding: 5px 0;
    font-size:11px;
    color: black !important;
}

.index span {
    clear:right;
    float:right;
    width: 470px;
    color: #1e55b4;
}

a:hover.index span {
    text-decoration:underline;
}