@charset "UTF-8";

.about {
/* width: 100%; */
margin: 0px 0px 35px 0px;
}

.about p {
margin: 0 0 10px 0;
font-size: 16px;
}
.about p.right {
text-align: right;
}

.aboutL, .aboutR {
/* width: 100%; */
margin: 0px 0px 35px 0px;
}

.aboutR h2 {
margin: 30px 0px 10px 15px;
font-size: 30px;
color: #000088;
font-weight: bold;
}

.aboutR h3 {
margin: 10px 0px 10px 15px;
font-size: 24px;
color: #000088;
font-weight: bold;
}

.aboutR .r_form {
float: right;
width: 450px;
}

.aboutL p, .aboutR p {
margin: 0px 0px 10px 0px;
color: #343434;
font-size: 13px;
line-height: 30px;
}

table.about {
margin: 0px 0px 30px 10px;
width: 960px;
}

table.about tr th {
width:200px;
padding: 15px 10px 10px 10px;
text-align: right;
line-height: normal;
font-size: 13px;
font-weight: normal;
color: #333399;
border-bottom: solid 1px #d1d1d1;
}

table.about tr th span {
display: block;
font-size: 10px;
color: #666666;
}

table.about tr td {
font-size: 13px;
color: #343434;
padding: 15px 10px 10px 20px;
border-bottom: solid 1px #d1d1d1;
}

tr.colored {
background-color: #E3EFFA;
}

div.photo {
padding: 8px 5px 15px 5px; 
background: #f6f6f6;
border-bottom: 1px solid #999999;
border-right: 1px solid #aaaaaa;
border-width:0 1px 1px 0;
margin: 0px 30px 5px 20px; 
float: right;
}

div.photo span {
display: block;
text-align: center;
font-size: 10px;
padding: 0px 0px 0px 0px; 
}


