/* become_a_teacher_tables.css */

table.statebecome td a{
color:#444;
font-size:10px;
font-weight:normal;
}

table.statebecome td a:hover{
color:#ffcc33;
}

table.statebecome{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 380px;
border-collapse:collapse;
border-spacing:0px;
padding:15px;
border:1px #ccc solid;
}

table.statebecome td{
background-color: #fff;
padding: 2px;
text-align: center;
border: 0px #fff solid;
}

table.statebecome th{
color:#333;
text-align:center;
padding:12px 0 12px 0px;
border:1px #bbb solid;
background:#eee;
font-size:9px;
}
