@charset "utf-8";
/* CSS Document */

.mainTable .center .bioTable {
height:525px;
background:#111111;
border:solid 1px #2A2A2A;
border-width:0 1px 0 1px;
}

.mainTable .center .bioTable .text {
margin:0 40px 0 40px;
color:#CCCCCC;
font-size:14px;
}

.mainTable .center .bioTable .text p {
text-align:justify;
}
.mainTable .center .bioTable .text strong {
font-size:16px;
}

.mainTable .center .bioTable .bottomBar {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding:10px;
background:#444444;
}

.mainTable .center .bioTable .bottomBar a {
color:#FFFFFF;
text-decoration:none;
}
.mainTable .center .bioTable .bottomBar a:hover {
text-decoration:underline;
}
