@charset "utf-8";

body{
background:url(bg_line.jpg);
background-repeat:repeat-x;
background-color:#4ad4fb;
margin:0px 0px 0px 0px;
color:#333333;
font-family:Tahoma;
font-size: 12px;
}

td{
font-size:12px
}

.bar{
background:url(bar_left_curve.gif);
}
.textTable{
background: #aee1ff;
padding: 5px 10px 0px 10px;
border-left:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
}

textarea{
background: #e3f5ff;
border: 1px solid #FFFFFF;
width: 100%;
height: 100px;

}

input{
background: #e3f5ff;
border: 1px solid #FFFFFF;
color:#999999
}

input:focus{
background: #e3f5ff;
border: 1px solid #FFFFFF;
color:#000000
}

button{
text-align:center;
background:url(button.gif);
padding: 0px 0px 0px 0px;
width:140px;
height:30px;
border: 0px;
text-decoration: none;
font-weight: bold;
margin-top: 5px;
color:#FFFFFF;
}



button:hover{
text-align:center;
background:url(button1.gif);
padding: 0px 0px 0px 0px;
width:140px;
height:30px;
margin-top: 5px;
border: 0px;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

a{
font-weight: bold;
text-decoration:none;
color:#003399;
}
a:hover{
font-weight: bold;
text-decoration:none;
color:#0066FF;
}


.eduLink{
text-decoration:none;
color:#FFFFFF;
}
.eduLink:hover{

text-decoration:none;
color:#FFFFFF;
}


