@charset "utf-8";

table#tblCom {
    border: 1px solid #C8C8C8;
    margin: 30px auto;
    width: 780px;
}
table#tblCom th {
    background: #EEEBD9 none repeat scroll 0 0;
    border: 1px solid #C8C8C8;
    color: #00C200;
    font-weight: normal;
    vertical-align: middle;
    font-size:110%;
    width: 200px;
}

table#tblCom td {
    border: 1px solid #C8C8C8;
    padding:15px 0 15px 25px;
    font-size:110%;
}

#tblCom a {
    color: #333333;
}
#tblCom a:hover {
	color:#00C200;
	text-decoration:underline;
}